summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-04-11 11:04:18 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-04-11 11:04:18 (GMT)
commit632085f2f7d7aa9ae525a72f41ffae281a0ca760 (patch)
tree6c6546a691a666ee67f6e29940f99fefb5b57c32 /Makefile
parent87163ff7be3c7a7e86a850e688012f3e52baf038 (diff)
downloadmxe-632085f2f7d7aa9ae525a72f41ffae281a0ca760.zip
mxe-632085f2f7d7aa9ae525a72f41ffae281a0ca760.tar.gz
mxe-632085f2f7d7aa9ae525a72f41ffae281a0ca760.tar.bz2
add `nonetwork` lib to `shell` target dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81a6fda..edec8ad 100644
--- a/Makefile
+++ b/Makefile
@@ -461,7 +461,7 @@ $(NONET_LIB): $(TOP_DIR)/tools/nonetwork.c | $(PREFIX)/$(BUILD)/lib/.gitkeep
@$(BUILD_CC) -shared -fPIC $(NONET_CFLAGS) -o $@ $<
.PHONY: shell
-shell:
+shell: $(NONET_LIB)
$(PRELOAD) $(SHELL)
define PKG_TARGET_RULE