diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 18:22:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 18:22:01 +0000 |
commit | 7f5129c7d9f7ea764df5ec43216590531c7c5f32 (patch) | |
tree | 5569019c40b6d11d6ded7321899f99020a2ec4eb /toolchain | |
parent | b01e9a83ff52319c0130070eb8e7995810dcefb6 (diff) | |
download | upstream-7f5129c7d9f7ea764df5ec43216590531c7c5f32.tar.gz upstream-7f5129c7d9f7ea764df5ec43216590531c7c5f32.tar.bz2 upstream-7f5129c7d9f7ea764df5ec43216590531c7c5f32.zip |
next round of build system cleanup - convert package/ to new structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 3e1b3b4a2d..b7a45047ae 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -21,11 +21,11 @@ endif $(curdir)/gcc/install:=$(curdir)/uClibc/install # prerequisites for the individual targets -$(curdir)/ := .config $(tools/stamp) +$(curdir)/ := .config $(tools/stamp-install) prereq $(curdir)//prepare = $(STAGING_DIR)/include-host/.done $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),toolchain)) +$(eval $(call stampfile,$(curdir),toolchain,install)) $(eval $(call subdir,$(curdir))) |