summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-06-12 17:24:09 +0000
committerSascha Schumann <sascha@apache.org>2000-06-12 17:24:09 +0000
commit8e9db838fa3627c9a5a57213773a5577064bdf51 (patch)
treebd62ad1a2aacde7065dea661d955fe2d9a8d35b4 /Makefile.in
parentec58094da8832bc26baa401ad1aa5f55e7ec1753 (diff)
downloadhttpd-8e9db838fa3627c9a5a57213773a5577064bdf51.tar.gz
Finish the switch to light-wheight pcre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d706213f0d..b6824a9403 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,8 +11,7 @@ PROGRAM_DEPENDENCIES = \
os/$(OS_DIR)/libos.la \
ap/libap.la \
lib/apr/$(LIBPRE)apr.a \
- lib/pcre/libpcreposix.a \
- lib/pcre/libpcre.a
+ lib/pcre/libpcre.la
PROGRAMS = $(PROGRAM_NAME)
targets = $(PROGRAMS)