jerenkrantz 2002/07/20 00:46:31
Modified: . Makefile.in
Log:
Enforce touching of the generated TARGET_LIB.
Can't move this to the LINK definition a la LT_COMPILE since we dynamically
build the LINK command line.
Revision Changes Path
1.79 +1 -1 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Makefile.in 20 Jul 2002 07:43:40 -0000 1.78
+++ Makefile.in 20 Jul 2002 07:46:31 -0000 1.79
@@ -97,7 +97,7 @@
@for i in $(SUBDIRS); do objects="$$objects $$i/[EMAIL PROTECTED]@";
done ; \
tmpcmd="$(LINK) @lib_target@ @lib_target_libs@"; \
echo $$tmpcmd; \
- $$tmpcmd
+ $$tmpcmd && touch $@
delete-exports:
@if test -f apr.exp; then \