allow expandVars for all targets

This commit is contained in:
Michael Davidsaver
2014-09-25 11:50:13 -04:00
parent 92f5e5775d
commit b1918c1e31

View File

@@ -1,7 +1,5 @@
# <top>/configure/RULES_EXPAND
ifeq ($(findstring Host,$(VALID_BUILDS)),Host)
vpath %@ $(USR_VPATH) $(ALL_SRC_DIRS)
# Default settings
@@ -25,5 +23,3 @@ expand_clean:
@$(RM) $(EXPANDED)
.PHONY : expand_clean
endif