Makefile: echo nonetwork build and remove mkdir in recipe

This commit is contained in:
Tony Theodore 2015-11-30 18:45:08 +11:00
parent 8861c392ef
commit 79f424fb29
1 changed files with 1 additions and 1 deletions

View File

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