summaryrefslogtreecommitdiffstats
path: root/srclib
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2001-01-07 17:37:12 +0100
committerBen Laurie <ben@apache.org>2001-01-07 17:37:12 +0100
commit7bbfc67213c3eac2f0752b499aa4174f5d839485 (patch)
treeafa34489ef88b732c8548380719204c0e5a792c1 /srclib
parentStop leaking sockets. This is a minimal leak, but it was there. (diff)
downloadapache2-7bbfc67213c3eac2f0752b499aa4174f5d839485.tar.xz
apache2-7bbfc67213c3eac2f0752b499aa4174f5d839485.zip
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
Diffstat (limited to 'srclib')
-rw-r--r--srclib/pcre/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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