summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 090caa9..2966dec 100644
--- a/Makefile
+++ b/Makefile
@@ -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)