From e8dafff582cd9ca154d839f7c76e900aa3f94195 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 7 Jan 2001 16:37:12 +0000 Subject: [PATCH] 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 --- srclib/pcre/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 3f30dc3f620..023f6463106 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 -- 2.47.3