summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-17 22:25:47 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-02-17 22:25:47 +0000
commit0b825a25d8cbdd76aa6d75b30a56c22215262911 (patch)
treea62091a904a0ebb41d24a6e7cabde6eef18cc018 /Makefile.in
parenteab2caae8019a2fa76b0d8b2a773e123717787d6 (diff)
downloadlibapr-0b825a25d8cbdd76aa6d75b30a56c22215262911.tar.gz
remove bogus dependencies
The exports files are automatically rebuilt by a plain "make" at the top-level. "make foo.exports" won't do it, and we need to live with it until somebody finds a better way to do dynamic dependencies (portably). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61244 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 9c96b90b9..af860b2f8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,7 +61,7 @@ delete-exports:
fi \
fi
-$(TARGET_EXPORTS): include/*.h
+$(TARGET_EXPORTS):
$(MKEXPORT) include/*.h > $@
docs: