From bf2b909e0fed6aa0ac07158b1ebf1cf76a6bc323 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Apr 2005 16:46:51 +0000 Subject: [PATCH] fix gcc dependency bug SVN-Revision: 570 --- openwrt/toolchain/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)