From: Ben Laurie Date: Sat, 17 Feb 2001 16:10:54 +0000 (+0000) Subject: Make exports.lo rebuild when it should. X-Git-Tag: 2.0.12~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b758e0e2974a02d25adc2f17b792be8e3b660def;p=apache Make exports.lo rebuild when it should. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88214 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/buildexports.sh b/build/buildexports.sh index 38ffbd66b1..4871112384 100755 --- a/build/buildexports.sh +++ b/build/buildexports.sh @@ -7,7 +7,8 @@ if test -z "$1"; then exit 1 fi -echo "/* This is an ugly hack that needs to be here, so that libtool will" +echo "/* THIS FILE WAS AUTOGENERATED BY $0" +echo " * This is an ugly hack that needs to be here, so that libtool will" echo " * link all of the APR functions into server regardless of whether" echo " * the base server uses them." echo " */" diff --git a/server/Makefile.in b/server/Makefile.in index 1e3943ff58..b3e89717dd 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -55,3 +55,6 @@ $(TARGET_EXPORTS): exports.c: $(EXPORT_FILES) (cat $(EXPORT_FILES) | ../build/buildexports.sh ..) > $@ + +# wtf does this have to be explicit???? +exports.lo: exports.c