From 0b825a25d8cbdd76aa6d75b30a56c22215262911 Mon Sep 17 00:00:00 2001 From: gstein Date: Sat, 17 Feb 2001 22:25:47 +0000 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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: -- cgit v1.2.1