diff options
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) # |