summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-07-20 07:46:31 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2002-07-20 07:46:31 +0000
commitdb84806fe3745b43f8dbb3735ac2e8ee88a26445 (patch)
tree1feddb16861c912d25996cba764cd96937a45da6 /Makefile.in
parentcaf5f25d7d4a735fd637cf3f87c9c290f9293cd2 (diff)
downloadlibapr-db84806fe3745b43f8dbb3735ac2e8ee88a26445.tar.gz
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. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ac6b26eaf..7b5b47da4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ $(TARGET_LIB):
@for i in $(SUBDIRS); do objects="$$objects $$i/*.@so_ext@"; done ; \
tmpcmd="$(LINK) @lib_target@ @lib_target_libs@"; \
echo $$tmpcmd; \
- $$tmpcmd
+ $$tmpcmd && touch $@
delete-exports:
@if test -f apr.exp; then \