From 42014db44554442b2cd02e2209d746f7e10a96c9 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 1 Apr 2011 02:33:27 +0000 Subject: Fixed lib target for old PCRE. With older PCRE chartables.c is included from pcre.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087561 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'NWGNUmakefile') diff --git a/NWGNUmakefile b/NWGNUmakefile index b9cff9575e..f120e85b1c 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -218,7 +218,7 @@ TARGET_nlm = \ # If there is an LIB target, put it here # TARGET_lib = \ - $(OBJDIR)/pcre.lib \ + $(PCRELIB) \ $(EOLIST) # @@ -369,14 +369,11 @@ FILES_lib_objs = \ $(OBJDIR)/pcre_tables.o \ $(OBJDIR)/pcre_try_flipped.o \ $(OBJDIR)/pcre_version.o \ + $(OBJDIR)/chartables.o \ $(EOLIST) endif -FILES_lib_objs += \ - $(OBJDIR)/chartables.o \ - $(EOLIST) - # # implement targets and dependancies (leave this section alone) # -- cgit v1.2.3