summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-01 12:38:31 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-01 12:38:31 +0000
commitc8f88218aca64c000574c2ef8c04fb9a3d3c4a73 (patch)
tree1f017b127a928bd84f49f47b15709e8bfe6ca540 /Makefile.in
parent1d5bb17ace08abc5963cb3cc67b40aad9a4a57fe (diff)
downloadlibapr-c8f88218aca64c000574c2ef8c04fb9a3d3c4a73.tar.gz
tweak apr.exp so that it can be used as an import file too
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62592 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 e82af931e..50e31b5dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,7 +93,7 @@ export_vars.h:
$(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@
apr.exp: exports.c export_vars.h
- @echo "#! ." > $@
+ @echo "#! libapr.a(libapr.so.0)" > $@
@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/' >> $@