From: Joe Orton Date: Mon, 14 Feb 2005 12:44:49 +0000 (+0000) Subject: * NWGNUmakefile: Update for PCRE changes. X-Git-Tag: 2.1.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3b6ae59e836954d488321bd50f3a6bfa399741;p=thirdparty%2Fapache%2Fhttpd.git * NWGNUmakefile: Update for PCRE changes. Submitted by: NormW git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 0c521c73093..28e805327e3 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -229,7 +229,6 @@ FILES_nlm_objs = \ $(OBJDIR)/mpm_common.o \ $(OBJDIR)/mpm_netware.o \ $(OBJDIR)/pcre.o \ - $(OBJDIR)/pcreposix.o \ $(OBJDIR)/protocol.o \ $(OBJDIR)/provider.o \ $(OBJDIR)/request.o \ @@ -241,6 +240,7 @@ FILES_nlm_objs = \ $(OBJDIR)/util_filter.o \ $(OBJDIR)/util_md5.o \ $(OBJDIR)/util_nw.o \ + $(OBJDIR)/util_pcre.o \ $(OBJDIR)/util_script.o \ $(OBJDIR)/util_time.o \ $(OBJDIR)/util_xml.o \