]> git.pld-linux.org Git - packages/dictd.git/commitdiff
- allow build on smp machines with make -j 2
authorundefine <undefine@pld-linux.org>
Tue, 17 Sep 2002 14:06:43 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dictd-smp.patch -> 1.1

dictd-smp.patch [new file with mode: 0644]

diff --git a/dictd-smp.patch b/dictd-smp.patch
new file mode 100644 (file)
index 0000000..ab9dedf
--- /dev/null
@@ -0,0 +1,20 @@
+--- dictd-orig/Makefile.in     Tue Sep 17 15:28:34 2002
++++ dictd-1.8.0/Makefile.in    Tue Sep 17 15:36:26 2002
+@@ -120,7 +120,7 @@
+ servscan.o: servscan.c servparse.o servparse.h $(HEADERS)
+       $(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $<
+-servparse.c: servparse.y
++servparse.c servparse.h: servparse.y
+       $(YACC) -tdv $<
+       cmp -s y.tab.h servparse.h || mv y.tab.h servparse.h
+       cmp -s y.tab.c servparse.c || mv y.tab.c servparse.c
+@@ -135,7 +135,7 @@
+ clientscan.o: clientscan.c clientparse.o clientparse.h $(HEADERS)
+       $(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $<
+-clientparse.c: clientparse.y
++clientparse.c clientparse.h: clientparse.y
+       $(YACC) -tdv $<
+       cmp -s y.tab.h clientparse.h || mv y.tab.h clientparse.h
+       cmp -s y.tab.c clientparse.c || mv y.tab.c clientparse.c
This page took 0.072719 seconds and 4 git commands to generate.