diff options
Diffstat (limited to 'build_layout.mk')
-rw-r--r-- | build_layout.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_layout.mk b/build_layout.mk index b4b00793ea..6166bd847c 100644 --- a/build_layout.mk +++ b/build_layout.mk @@ -25,7 +25,7 @@ ifneq ($(FORCE_LAYOUT),) $(info Forcing layout: $(FORCE_LAYOUT)) LAYOUTS := $(FORCE_LAYOUT) else - $(error Forced layout does not exist) + $(call CATASTROPHIC_ERROR,Invalid layout,Forced layout does not exist) endif endif |