trawick 01/12/01 04:38:31
Modified: . Makefile.in
Log:
tweak apr.exp so that it can be used as an import file too
Revision Changes Path
1.60 +1 -1 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- Makefile.in 2001/10/22 15:56:51 1.59
+++ Makefile.in 2001/12/01 12:38:31 1.60
@@ -93,7 +93,7 @@
$(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/' >> $@