]> granicus.if.org Git - apache/commitdiff
Reapply patch for chartables.c, only this time in both places (not having it
authorBen Laurie <ben@apache.org>
Sat, 27 Jan 2001 16:15:25 +0000 (16:15 +0000)
committerBen Laurie <ben@apache.org>
Sat, 27 Jan 2001 16:15:25 +0000 (16:15 +0000)
breaks FreeBSD 3.2).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87866 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/Makefile.in

index 3f30dc3f6201dec8804be42bdee2078e996ff116..24738722af6aa977dd28f32668ee423bcdaa73a0 100644 (file)
@@ -14,7 +14,7 @@ $(LTLIBRARY_OBJECTS) dftables.lo: config.h
 dftables: dftables.lo
        $(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)
 
-chartables.c: dftables
+$(srcdir)/chartables.c: dftables
        ./dftables > $@
 
-pcre.lo: chartables.c
+pcre.lo: $(srcdir)/chartables.c