From b758e0e2974a02d25adc2f17b792be8e3b660def Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 17 Feb 2001 16:10:54 +0000 Subject: [PATCH] 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 --- build/buildexports.sh | 3 ++- server/Makefile.in | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1