From b1918c1e311e139ab0f2c8294dd5c8bb45c7cec4 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 25 Sep 2014 11:50:13 -0400 Subject: [PATCH] allow expandVars for all targets --- configure/RULES_EXPAND | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure/RULES_EXPAND b/configure/RULES_EXPAND index 5cf24bd06..274b0532d 100644 --- a/configure/RULES_EXPAND +++ b/configure/RULES_EXPAND @@ -1,7 +1,5 @@ # /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