Remove an unmatched rightparen
Change-Id: I34faa15f2dd1fca80bde5708f40714efec04a743
This commit is contained in:
@@ -149,7 +149,7 @@ endif
|
||||
unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
|
||||
ifdef unbundled_goals
|
||||
ifneq ($(words $(unbundled_goals)),1)
|
||||
$(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
|
||||
$(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
|
||||
endif
|
||||
TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
|
||||
ifneq ($(filter $(DEFAULT_GOAL),$(MAKECMDGOALS)),)
|
||||
|
Reference in New Issue
Block a user