From 022cf1b18bf46b2fafa7fed5e530e85f938c7b0e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 27 Jan 2001 16:15:25 +0000 Subject: [PATCH] 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 --- srclib/pcre/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 3f30dc3f620..24738722af6 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 -- 2.47.3