aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-06 16:46:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-06 16:46:51 +0000
commit268a7366e952a44067c01250fb84496f683afd68 (patch)
tree95633a07d8ebdfafb03c99dd70cbd27291f4764d /toolchain/Makefile
parentf4d8b905fc17ba8e9646703a67273e3491e5d360 (diff)
downloadupstream-268a7366e952a44067c01250fb84496f683afd68.tar.gz
upstream-268a7366e952a44067c01250fb84496f683afd68.tar.bz2
upstream-268a7366e952a44067c01250fb84496f683afd68.zip
fix gcc dependency bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 0c06fe9ea0..28ac81c865 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -13,7 +13,7 @@ uClibc-prepare: kernel-headers-prepare sed-install utils-install
binutils-prepare: uClibc-prepare
gcc-prepare: binutils-install
uClibc-compile: gcc-prepare
-gcc-install: uClibc-install
+gcc-compile: uClibc-install
$(STAMP_DIR):
mkdir -p $(STAMP_DIR)