aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1741dd96..c221cb89e 100644
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,8 @@ define SET_SILENT_MODE
425 endif 425 endif
426endef 426endef
427 427
428include $(ROOT_DIR)/message.mk 428include paths.mk
429include $(BUILDDEFS_PATH)/message.mk
429 430
430ifeq ($(strip $(BREAK_ON_ERRORS)), yes) 431ifeq ($(strip $(BREAK_ON_ERRORS)), yes)
431HANDLE_ERROR = exit 1 432HANDLE_ERROR = exit 1