Commit 67c883be authored by Alexandre Julliard's avatar Alexandre Julliard

Removed obsolete TOOLSUBDIRS dependency.

parent 1a3f705f
......@@ -32,7 +32,7 @@ SUBDIRS = \
@MAKE_DLL_RULES@
$(EXTRA_OBJS): $(TOOLSUBDIRS) dummy
$(EXTRA_OBJS): dummy
@cd `dirname $@` && $(MAKE) `basename $@`
### Dependencies:
......
......@@ -27,7 +27,7 @@ SUBDIRS = \
all: $(PROGRAMS)
$(EXTRA_OBJS) $(PROGRAMS): $(TOOLSUBDIRS) dummy
$(EXTRA_OBJS) $(PROGRAMS): dummy
@cd `dirname $@` && $(MAKE) `basename $@`
install:: $(PROGRAMS)
......
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