Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7859
Collapse All | Expand All

(-)lpe-1.2.6-pristine/data/Makefile.am (-1 / +1 lines)
Lines 22-26 Link Here
22
		< $(srcdir)/init.sl.in > init.sl.tmp \
22
		< $(srcdir)/init.sl.in > init.sl.tmp \
23
	&& mv init.sl.tmp init.sl
23
	&& mv init.sl.tmp init.sl
24
24
25
%.slc: %.sl
25
%.slc: %.sl comp
26
	$(top_builddir)/data/comp $<
26
	$(top_builddir)/data/comp $<
(-)lpe-1.2.6-pristine/data/Makefile.in (-1 / +1 lines)
Lines 375-381 Link Here
375
		< $(srcdir)/init.sl.in > init.sl.tmp \
375
		< $(srcdir)/init.sl.in > init.sl.tmp \
376
	&& mv init.sl.tmp init.sl
376
	&& mv init.sl.tmp init.sl
377
377
378
%.slc: %.sl
378
%.slc: %.sl comp
379
	$(top_builddir)/data/comp $<
379
	$(top_builddir)/data/comp $<
380
380
381
# Tell versions [3.59,3.63) of GNU make to not export all variables.
381
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Return to bug 7859