]> granicus.if.org Git - apache/commitdiff
Fixed NetWare PCRE build.
authorGuenter Knauf <fuankg@apache.org>
Mon, 4 Oct 2010 15:33:21 +0000 (15:33 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 4 Oct 2010 15:33:21 +0000 (15:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 0cf96456adaf57fcd9838e65681bfed9089a0277..9347fac79af831619a584342d18890eb0137f949 100644 (file)
@@ -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)
 #