With older PCRE chartables.c is included from pcre.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087561 13f79535-47bb-0310-9956-
ffa450edef68
# If there is an LIB target, put it here
#
TARGET_lib = \
- $(OBJDIR)/pcre.lib \
+ $(PCRELIB) \
$(EOLIST)
#
$(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)
#