Remove cruft from a variable definition
This commit is contained in:
parent
abeb4dec6e
commit
8cba158c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ $(foreach v, $(classes), $(eval $(declare-class-executable-target)))
|
|||
# prerequisites rules so we do not evaluate them in that case.
|
||||
|
||||
ifndef pdincludepathwithspaces
|
||||
must-build-everything := $(filter all default lib, $(goals))
|
||||
must-build-everything := $(filter all, $(goals))
|
||||
must-build-class := $(filter $(classes), $(goals))
|
||||
must-build-sources := $(foreach v, $(must-build-class), $($v.class.sources))
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue