missing dependencies in post_modules/Unicode
Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=1831
Reported by Dan Nelson dnelson_1901@yahoo.com
The Pike build fails in Unicode if started with make -j2. The following patch fixes this.
cvs server: Diffing .
Index: Makefile.in
===================================================================
RCS file: /cvs/Pike/7.2/src/post_modules/Unicode/Makefile.in,v
retrieving revision 1.2
diff -b -u -r1.2 Makefile.in
--- Makefile.in 2001/06/21 12:42:18 1.2
+++ Makefile.in 2001/07/01 03:27:15
@@ -27,5 +27,8 @@
$(SRCDIR)/canonicals.h \
$(SRCDIR)/decompositions.h
+split.o: $(SRCDIR)/wordbits.h + +normalize.o: $(SRCDIR)/canonicals.h $(SRCDIR)/decompositions.h
@dependencies@