summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-30 07:45:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-30 07:45:08 (GMT)
commit79f424fb2921f63579808cb307d9f9117bfaa6ff (patch)
treefa420184cafa39fd36818cb6d63a9c60a75d5cec /Makefile
parent8861c392ef94124d602d55b046af331d9b5d5d5f (diff)
downloadmxe-79f424fb2921f63579808cb307d9f9117bfaa6ff.zip
mxe-79f424fb2921f63579808cb307d9f9117bfaa6ff.tar.gz
mxe-79f424fb2921f63579808cb307d9f9117bfaa6ff.tar.bz2
Makefile: echo nonetwork build and remove mkdir in recipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef2ca96..2a3c37a 100644
--- a/Makefile
+++ b/Makefile
@@ -428,7 +428,7 @@ endif
$(shell [ -d '$(PREFIX)/$(BUILD)/lib' ] || mkdir -p '$(PREFIX)/$(BUILD)/lib')
$(NONET_LIB): $(TOP_DIR)/tools/nonetwork.c
- @mkdir -p $(dir $@)
+ @echo '[build nonetwork lib]'
@$(BUILD_CC) -shared -fPIC -o $@ $<
define PKG_TARGET_RULE