summaryrefslogtreecommitdiffstats
path: root/toolchain/utils
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-20 23:49:23 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-20 23:49:23 +0000
commit14ace0ca9421f763feed4b72ddb7482aef20663d (patch)
tree17a8770e2bb54bb36526420c617aa3219100d554 /toolchain/utils
parent36551bb1f65bd6f59d241fabd5424a49e27fbbe5 (diff)
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')
-rw-r--r--toolchain/utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/utils/Makefile b/toolchain/utils/Makefile
index 65e488f4e..f79ed891e 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