]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed lib target for old PCRE.
authorGuenter Knauf <fuankg@apache.org>
Fri, 1 Apr 2011 02:33:27 +0000 (02:33 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 1 Apr 2011 02:33:27 +0000 (02:33 +0000)
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

index b9cff9575e9a348e779bcc905741ce8e70780912..f120e85b1c937449f2ed1b1793790fd5302eaa19 100644 (file)
@@ -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)
 #