Commit ade98b97 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 9953dd6d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment