diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-06 16:46:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-06 16:46:51 +0000 |
commit | bf2b909e0fed6aa0ac07158b1ebf1cf76a6bc323 (patch) | |
tree | 7dcf24754f6fc823b9b4907e3c041ac44044af7c | |
parent | db0d4062209d70c62b4137c051fb08686d2c6864 (diff) | |
download | mtk-20170518-bf2b909e0fed6aa0ac07158b1ebf1cf76a6bc323.zip mtk-20170518-bf2b909e0fed6aa0ac07158b1ebf1cf76a6bc323.tar.gz mtk-20170518-bf2b909e0fed6aa0ac07158b1ebf1cf76a6bc323.tar.bz2 |
fix gcc dependency bug
SVN-Revision: 570
-rw-r--r-- | openwrt/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 0c06fe9..28ac81c 100644 --- a/openwrt/toolchain/Makefile +++ b/openwrt/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) |