1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 14:42:55 +03:00

fix gcc dependency bug

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@570 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-04-06 16:46:51 +00:00
parent 1b3bc581ed
commit f95dca2962

View File

@ -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)