summaryrefslogtreecommitdiffstats
path: root/openwrt/target/utils
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-21 18:09:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-21 18:09:41 +0000
commit32e15c03e0f2ffa905161f95a23348e83c69e071 (patch)
tree8ee33375ce0aa5d8a0383fd3812044dae4362b1f /openwrt/target/utils
parenta5b4b363bda67c1d18c76beab6d05315118d8e74 (diff)
fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/utils')
-rw-r--r--openwrt/target/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile
index 2a91cbbd5..976288128 100644
--- a/openwrt/target/utils/Makefile
+++ b/openwrt/target/utils/Makefile
@@ -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)