summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \