aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/utils/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-20 23:49:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-20 23:49:23 +0000
commit6243bf96493fb54ce5bd02592115d53e1fad0495 (patch)
tree17a8770e2bb54bb36526420c617aa3219100d554 /toolchain/utils/Makefile
parent01ddf4d5235ba941272d2180640476fc0d31b7e2 (diff)
downloadmaster-187ad058-6243bf96493fb54ce5bd02592115d53e1fad0495.tar.gz
master-187ad058-6243bf96493fb54ce5bd02592115d53e1fad0495.tar.bz2
master-187ad058-6243bf96493fb54ce5bd02592115d53e1fad0495.zip
add toolchain/download target
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/utils/Makefile')
-rw-r--r--toolchain/utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/utils/Makefile b/toolchain/utils/Makefile
index 65e488f4e5..f79ed891e4 100644
--- a/toolchain/utils/Makefile
+++ b/toolchain/utils/Makefile
@@ -8,6 +8,7 @@ ifeq ($(OS),Darwin)
CFLAGS += -I./include
endif
+source:
prepare: $(UTILS_BUILD_DIR)
compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
install: compile