Alexandre Julliard : Makefile: Don't build all the tools before make depend , only build makedep itself.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 11 11:22:13 CDT 2006


Module: wine
Branch: master
Commit: ade98b97f1550c0a0c30861f6aea841cf3b4d8d9
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=ade98b97f1550c0a0c30861f6aea841cf3b4d8d9

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 11 15:43:59 2006 +0200

Makefile: Don't build all the tools before make depend, only build makedep itself.

---

 Makefile.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 7fc3a75..df2acbb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,7 +103,10 @@ fonts/__install__ loader/__install__ ser
 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
 




More information about the wine-cvs mailing list