trawick 01/12/01 04:39:35
Modified: . Makefile.in
Log:
tweak aprutil.exp so that it can be used as an import file too
Revision Changes Path
1.49 +1 -1 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile.in 2001/11/28 23:47:54 1.48
+++ Makefile.in 2001/12/01 12:39:35 1.49
@@ -76,7 +76,7 @@
$(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $(EXPORT_FILES) >
$@
aprutil.exp: exports.c export_vars.h
- @echo "#! ." > $@
+ @echo "#! libaprutil.a(libaprutil.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/' >> $@