summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-14 21:43:04 +0000
committerJeff Trawick <trawick@apache.org>2001-12-14 21:43:04 +0000
commit94d9f7bf76748834404838d445de92ee670e4ab1 (patch)
treef95f7e9e290cb7662b3392d4e861116a8473d1fb /Makefile.in
parenta32fce927b86f2ef5b2a26dbe5a216f5d97698e4 (diff)
downloadapr-94d9f7bf76748834404838d445de92ee670e4ab1.tar.gz
fix the name of the shared library for libapr on AIX
once we switched to run-time linking, libtool decided we wanted to use a .so file instead of an archive git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 50d0b43f4..0df0faf37 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -102,7 +102,7 @@ export_vars.h:
$(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@
apr.exp: exports.c export_vars.h
- @echo "#! libapr.a(libapr.so.0)" > $@
+ @echo "#! libapr.so" > $@
@echo "* This file was AUTOGENERATED at build time." >> $@
@echo "* Please do not edit by hand." >> $@
$(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@