From 632085f2f7d7aa9ae525a72f41ffae281a0ca760 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 11 Apr 2016 21:04:18 +1000 Subject: [PATCH] add `nonetwork` lib to `shell` target dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81a6fdad..edec8adc 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