summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-01-10 02:04:53 +0100
committerBrian Havard <bjh@apache.org>2001-01-10 02:04:53 +0100
commita345ba4bf400a8f1b646d9e7c242d956ad467e00 (patch)
treeefa8a1fe5d420690317c9e06822baefbb5cb8ace /support/Makefile.in
parent This sets an example for this type of module, so let's make sure (diff)
downloadapache2-a345ba4bf400a8f1b646d9e7c242d956ad467e00.tar.xz
apache2-a345ba4bf400a8f1b646d9e7c242d956ad467e00.zip
Libtool takes care of the lib prefix so get rid of our own workaround.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index da2c388bab..ba11298241 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -5,7 +5,7 @@ targets = $(PROGRAMS)
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
- ../srclib/apr-util/libaprutil.la ../srclib/apr/$(LIBPRE)apr.la
+ ../srclib/apr-util/libaprutil.la ../srclib/apr/libapr.la
include $(top_srcdir)/build/rules.mk