summaryrefslogtreecommitdiff
blob: f1bc37d9275048a1d56b12416f35d3281e17f363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -uNr lpe-1.2.6-pristine/data/Makefile.am lpe-1.2.6/data/Makefile.am
--- lpe-1.2.6-pristine/data/Makefile.am	Wed Jul 19 09:49:03 2000
+++ lpe-1.2.6/data/Makefile.am	Thu Sep 12 20:40:55 2002
@@ -22,5 +22,5 @@
 		< $(srcdir)/init.sl.in > init.sl.tmp \
 	&& mv init.sl.tmp init.sl
 
-%.slc: %.sl
+%.slc: %.sl comp
 	$(top_builddir)/data/comp $<
diff -uNr lpe-1.2.6-pristine/data/Makefile.in lpe-1.2.6/data/Makefile.in
--- lpe-1.2.6-pristine/data/Makefile.in	Wed Jun 20 03:22:28 2001
+++ lpe-1.2.6/data/Makefile.in	Thu Sep 12 20:41:12 2002
@@ -375,7 +375,7 @@
 		< $(srcdir)/init.sl.in > init.sl.tmp \
 	&& mv init.sl.tmp init.sl
 
-%.slc: %.sl
+%.slc: %.sl comp
 	$(top_builddir)/data/comp $<
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.