summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>2001-02-17 16:10:55 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>2001-02-17 16:10:55 +0000
commiteab2caae8019a2fa76b0d8b2a773e123717787d6 (patch)
tree38a777268c23627e822d48e2198bdeeeaf3aa250 /Makefile.in
parent66f6bf2c0387df77e793ce7320862d1a4b76db2f (diff)
downloadlibapr-eab2caae8019a2fa76b0d8b2a773e123717787d6.tar.gz
Make exports.lo rebuild when it should.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61243 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 af860b2f8..9c96b90b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,7 +61,7 @@ delete-exports:
fi \
fi
-$(TARGET_EXPORTS):
+$(TARGET_EXPORTS): include/*.h
$(MKEXPORT) include/*.h > $@
docs: