]> granicus.if.org Git - apache/commitdiff
Make exports.lo rebuild when it should.
authorBen Laurie <ben@apache.org>
Sat, 17 Feb 2001 16:10:54 +0000 (16:10 +0000)
committerBen Laurie <ben@apache.org>
Sat, 17 Feb 2001 16:10:54 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88214 13f79535-47bb-0310-9956-ffa450edef68

build/buildexports.sh
server/Makefile.in

index 38ffbd66b199840da7fa6048bfdf6f1b9cb86f53..48711123844a719513835f5fac5fb812b00c8577 100755 (executable)
@@ -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 " */"
index 1e3943ff5826eaf82f41669c0a7f2ce4228397dc..b3e89717dd696d01e5b8b9f739bdbb207f3195c4 100644 (file)
@@ -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