From cvs-return-2478-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Sat Dec 01 12:56:17 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 45091 invoked by uid 500); 1 Dec 2001 12:56:17 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 45080 invoked from network); 1 Dec 2001 12:56:16 -0000 Date: 1 Dec 2001 12:38:31 -0000 Message-ID: <20011201123831.29815.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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/' >> $@