From: Ben Laurie Date: Sun, 7 Jan 2001 16:37:12 +0000 (+0000) Subject: For some reason the chartables.c target requires a full path. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bbfc67213c3eac2f0752b499aa4174f5d839485;p=apache For some reason the chartables.c target requires a full path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87603 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 3f30dc3f62..023f646310 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