From: Ben Laurie Date: Sat, 27 Jan 2001 16:15:25 +0000 (+0000) Subject: Reapply patch for chartables.c, only this time in both places (not having it X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b7e6d666ceae6ff8d60e0fd3034f4482c233646;p=apache Reapply patch for chartables.c, only this time in both places (not having it breaks FreeBSD 3.2). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87866 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 3f30dc3f62..24738722af 100644 --- a/srclib/pcre/Makefile.in +++ b/srclib/pcre/Makefile.in @@ -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