From bc2434fc9cbb1dbecfb0fdf215dc3ee03cdcbb0f Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Sat, 12 Aug 2017 15:54:44 +0800 Subject: [PATCH] Makefile: correct info position --- Makefile.app | 2 +- Makefile.lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.app b/Makefile.app index 32cbfbb5..d37fe3dc 100644 --- a/Makefile.app +++ b/Makefile.app @@ -1,7 +1,7 @@ .DEFAULT_GOAL = app -$(info Building $(NAME) [$(ARCH)]) include $(AM_HOME)/Makefile.check +$(info Building $(NAME) [$(ARCH)]) APP_DIR ?= $(shell pwd) INC_DIR += $(APP_DIR)/include/ diff --git a/Makefile.lib b/Makefile.lib index 975757a2..1c33e5f2 100644 --- a/Makefile.lib +++ b/Makefile.lib @@ -1,7 +1,7 @@ .DEFAULT_GOAL = lib -$(info Building $(NAME) [$(ARCH)]) include $(AM_HOME)/Makefile.check +$(info Building $(NAME) [$(ARCH)]) LIB_DIR ?= $(shell pwd) INC_DIR += $(LIB_DIR)/include/