From ade98b97f1550c0a0c30861f6aea841cf3b4d8d9 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 11 Sep 2006 15:43:59 +0200 Subject: [PATCH] Makefile: Don't build all the tools before make depend, only build makedep itself. --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7fc3a754930..df2acbbb235 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,7 +103,10 @@ fonts/__install__ loader/__install__ server/__install__: libs tools programs/__install__: libs tools include dlls/__install-lib__ tools/__install-lib__ tools/__install-dev__: tools -$(SUBDIRS:%=%/__depend__): tools +depend $(SUBDIRS:%=%/__depend__): $(MAKEDEP) + +$(MAKEDEP): + @cd $(TOOLSDIR)/tools && $(MAKE) makedep # Test rules