ben 01/02/17 08:10:55
Modified: build buildexports.sh
server Makefile.in
. Makefile.in
. Makefile.in
Log:
Make exports.lo rebuild when it should.
Revision Changes Path
1.11 +2 -1 httpd-2.0/build/buildexports.sh
Index: buildexports.sh
===================================================================
RCS file: /home/cvs/httpd-2.0/build/buildexports.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- buildexports.sh 2000/12/19 17:05:11 1.10
+++ buildexports.sh 2001/02/17 16:10:54 1.11
@@ -7,7 +7,8 @@
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 " */"
1.33 +3 -0 httpd-2.0/server/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile.in 2001/02/01 21:54:22 1.32
+++ Makefile.in 2001/02/17 16:10:54 1.33
@@ -55,3 +55,6 @@
exports.c: $(EXPORT_FILES)
(cat $(EXPORT_FILES) | ../build/buildexports.sh ..) > $@
+
+# wtf does this have to be explicit????
+exports.lo: exports.c
1.41 +1 -1 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- Makefile.in 2001/02/16 10:17:10 1.40
+++ Makefile.in 2001/02/17 16:10:55 1.41
@@ -61,7 +61,7 @@
fi \
fi
-$(TARGET_EXPORTS):
+$(TARGET_EXPORTS): include/*.h
$(MKEXPORT) include/*.h > $@
docs:
1.20 +1 -1 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile.in 2001/01/18 23:28:30 1.19
+++ Makefile.in 2001/02/17 16:10:55 1.20
@@ -48,7 +48,7 @@
fi \
fi
-$(TARGET_EXPORTS):
+$(TARGET_EXPORTS): include/*.h
$(AWK) -f @APR_SOURCE_DIR@/helpers/make_export.awk include/*.h > $@ ;
docs: