Makefile.compile: do not echo submake commands

This commit is contained in:
Zihao Yu 2017-08-12 15:59:26 +08:00
parent 981cf692e6
commit d163993adb
1 changed files with 2 additions and 2 deletions

View File

@ -81,6 +81,6 @@ DEPS = $(addprefix $(DST_DIR)/, $(addsuffix .d, $(basename $(SRCS))))
# Dependent AM and libraries
.PHONY: $(LIBS) am
am:
$(MAKE) -C $(AM_HOME)
@$(MAKE) -C $(AM_HOME)
$(sort $(LIBS)): %:
$(MAKE) -C $(AM_HOME)/libs/$*
@$(MAKE) -C $(AM_HOME)/libs/$*