diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-10-04 17:33:21 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-10-04 17:33:21 +0200 |
commit | 486541a74a8ba4cc0480519c1b8396b647959593 (patch) | |
tree | c77fca036c789408cea161b2d0795496ec5d60a5 /NWGNUmakefile | |
parent | RPM init script: make sure that should we be started by any of the (diff) | |
download | apache2-486541a74a8ba4cc0480519c1b8396b647959593.tar.xz apache2-486541a74a8ba4cc0480519c1b8396b647959593.zip |
Fixed NetWare PCRE build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004289 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 0cf96456ad..9347fac79a 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) # |