From: Guenter Knauf Date: Mon, 4 Oct 2010 15:33:21 +0000 (+0000) Subject: Fixed NetWare PCRE build. X-Git-Tag: 2.3.9~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486541a74a8ba4cc0480519c1b8396b647959593;p=thirdparty%2Fapache%2Fhttpd.git Fixed NetWare PCRE build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 0cf96456ada..9347fac79af 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -366,11 +366,14 @@ 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) #