fix make module.all

Change-Id: I468c9b6e3381383665ee9c86a485831a176982eb
This commit is contained in:
David Tardon
2012-09-23 14:24:49 +02:00
parent 66480070b7
commit a1bd566a68

View File

@@ -93,8 +93,10 @@ $(eval $(call gb_Module_add_targets,bridges,\
) \
))
ifneq (showmodules,$(MAKECMDGOALS))
ifeq ($(strip $(bridges_SELECTED_BRIDGE)),)
$(call gb_Output_error,no bridge selected for build: bailing out)
endif
endif
# vim: set noet sw=4 ts=4: