ben 01/01/07 08:37:12
Modified: srclib/pcre Makefile.in
Log:
For some reason the chartables.c target requires a full path.
Revision Changes Path
1.11 +1 -1 httpd-2.0/srclib/pcre/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/httpd-2.0/srclib/pcre/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.in 2001/01/06 21:47:49 1.10
+++ Makefile.in 2001/01/07 16:37:12 1.11
@@ -14,7 +14,7 @@
dftables: dftables.lo
$(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)
-chartables.c: dftables
+$(srcdir)/chartables.c: dftables
./dftables > $@
pcre.lo: chartables.c
|