diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 21:14:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 21:14:08 +0000 |
commit | d7f2cb164209468046dc093a35d4f10c7350944b (patch) | |
tree | f5c562b565716be8d74e1660634d5dd8779ae81f /toolchain | |
parent | a7b635f07546eadbdd8c6dc0cfd623290622f026 (diff) | |
download | upstream-d7f2cb164209468046dc093a35d4f10c7350944b.tar.gz upstream-d7f2cb164209468046dc093a35d4f10c7350944b.tar.bz2 upstream-d7f2cb164209468046dc093a35d4f10c7350944b.zip |
next round of cleanup, convert target/ - make -j works now ;)
SVN-Revision: 8242
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index b7a45047ae..9e3a781384 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -21,7 +21,7 @@ endif $(curdir)/gcc/install:=$(curdir)/uClibc/install # prerequisites for the individual targets -$(curdir)/ := .config $(tools/stamp-install) prereq +$(curdir)/ := .config prereq $(curdir)//prepare = $(STAGING_DIR)/include-host/.done $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile |