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