Makefile: Don't build all the tools before make depend, only build makedep itself.
This commit is contained in:
parent
9953dd6ddf
commit
ade98b97f1
|
@ -103,7 +103,10 @@ fonts/__install__ loader/__install__ server/__install__: libs tools
|
||||||
programs/__install__: libs tools include dlls/__install-lib__
|
programs/__install__: libs tools include dlls/__install-lib__
|
||||||
tools/__install-lib__ tools/__install-dev__: tools
|
tools/__install-lib__ tools/__install-dev__: tools
|
||||||
|
|
||||||
$(SUBDIRS:%=%/__depend__): tools
|
depend $(SUBDIRS:%=%/__depend__): $(MAKEDEP)
|
||||||
|
|
||||||
|
$(MAKEDEP):
|
||||||
|
@cd $(TOOLSDIR)/tools && $(MAKE) makedep
|
||||||
|
|
||||||
# Test rules
|
# Test rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue