add `nonetwork` lib to `shell` target dependencies

pull/1292/head^2
Tony Theodore 8 years ago
parent 87163ff7be
commit 632085f2f7

@ -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

Loading…
Cancel
Save