summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-15 13:04:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-15 13:04:59 (GMT)
commit7875b279d9586a0d2ec4e8fcdc276f8abe1f54e9 (patch)
tree2a54310709dec631dd1b61c2fd25d15945406781 /Makefile
parent242138008f80097dba5fb5e67e7b04f77b4b414e (diff)
downloadmxe-7875b279d9586a0d2ec4e8fcdc276f8abe1f54e9.zip
mxe-7875b279d9586a0d2ec4e8fcdc276f8abe1f54e9.tar.gz
mxe-7875b279d9586a0d2ec4e8fcdc276f8abe1f54e9.tar.bz2
Makefile: don't echo nonetwork.so recipe
Diffstat (limited to 'Makefile')
-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)