Remove an unmatched rightparen

Change-Id: I34faa15f2dd1fca80bde5708f40714efec04a743
This commit is contained in:
Shinichiro Hamaji
2015-05-28 17:44:03 +09:00
parent f2d89ae204
commit 1d97b9013c

View File

@@ -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)),)