projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0d406
)
fix gcc dependency bug
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Apr 2005 16:46:51 +0000
(16:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Apr 2005 16:46:51 +0000
(16:46 +0000)
SVN-Revision: 570
openwrt/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/toolchain/Makefile
b/openwrt/toolchain/Makefile
index 0c06fe9ea08461c343a4cf70e1087a4c335adbb3..28ac81c865cc8c0810f8f42f649aed6fc2795e9d 100644
(file)
--- 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)