summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-14 21:43:04 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-14 21:43:04 +0000
commit995592637f9c3fcbbe280389996d95521e2d13f2 (patch)
treef95f7e9e290cb7662b3392d4e861116a8473d1fb /Makefile.in
parent93f9663ed98ca811163fc81f4b5dfa4549fd7240 (diff)
downloadlibapr-995592637f9c3fcbbe280389996d95521e2d13f2.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: http://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/' >> $@