always unlock
[openwrt.git] / openwrt / target / utils / Makefile
index 2a91cbb..9762881 100644 (file)
@@ -12,9 +12,9 @@ UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
 
 prepare: $(UTILS_BUILD_DIR)
 compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
-install: compile
        mkdir -p $(STAGING_DIR)/bin
        cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+install: compile
 package:
 clean:
        rm -rf $(UTILS_BUILD_DIR)
This page took 0.024991 seconds and 4 git commands to generate.