Makefile: don't echo nonetwork.so recipe

This commit is contained in:
Tony Theodore 2015-11-16 00:04:59 +11:00
parent 242138008f
commit 7875b279d9
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ endef
$(foreach PKG,$(PKGS),$(eval $(call PKG_RULE,$(PKG))))
$(PREFIX)/lib/nonetwork.so: $(TOP_DIR)/tools/nonetwork.c
mkdir -p $(dir $@)
$(BUILD_CC) -shared -fPIC -o $@ $<
@mkdir -p $(dir $@)
@$(BUILD_CC) -shared -fPIC -o $@ $<
define PKG_TARGET_RULE
.PHONY: $(1)