diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-04-01 04:33:27 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-04-01 04:33:27 +0200 |
commit | 42014db44554442b2cd02e2209d746f7e10a96c9 (patch) | |
tree | 301b4523434c5186023d12a9dcc3835f013b8dc7 /NWGNUmakefile | |
parent | Make the 'need to reset' more generic by extending its reach (diff) | |
download | apache2-42014db44554442b2cd02e2209d746f7e10a96c9.tar.xz apache2-42014db44554442b2cd02e2209d746f7e10a96c9.zip |
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 7 |
1 files changed, 2 insertions, 5 deletions
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) # |