diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-06 16:46:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-06 16:46:51 +0000 |
commit | f95dca2962e720410366ac0a7127752f39220c05 (patch) | |
tree | 7dcf24754f6fc823b9b4907e3c041ac44044af7c /openwrt/toolchain/Makefile | |
parent | 1b3bc581edf143b8a88ee24ee0b963717fdbac61 (diff) |
fix gcc dependency bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Makefile')
-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 0c06fe9ea0..28ac81c865 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) |