diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -425,7 +425,8 @@ define SET_SILENT_MODE | |||
425 | endif | 425 | endif |
426 | endef | 426 | endef |
427 | 427 | ||
428 | include $(ROOT_DIR)/message.mk | 428 | include paths.mk |
429 | include $(BUILDDEFS_PATH)/message.mk | ||
429 | 430 | ||
430 | ifeq ($(strip $(BREAK_ON_ERRORS)), yes) | 431 | ifeq ($(strip $(BREAK_ON_ERRORS)), yes) |
431 | HANDLE_ERROR = exit 1 | 432 | HANDLE_ERROR = exit 1 |