Commit 8a494d0c authored by Ben Laurie's avatar Ben Laurie
Browse files

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
parent 4ed3a9ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 " */"
+3 −0
Original line number Diff line number Diff line
@@ -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