From 761dc0a0aea048ef228635a271ef6d3daf0d0518 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 30 Aug 2007 22:43:25 +0000 Subject: fix a dependency bug SVN-Revision: 8561 --- target/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index b98cd96bf0..3d36d26718 100644 --- a/target/Makefile +++ b/target/Makefile @@ -12,12 +12,10 @@ $(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),ima $(curdir)/imagebuilder/prepare:=$(curdir)/linux/install -$(eval $(call stampfile,$(curdir),target,prereq)) -$(eval $(call stampfile,$(curdir),target,compile)) -$(eval $(call stampfile,$(curdir),target,install)) +$(eval $(call stampfile,$(curdir),target,prereq,.config)) +$(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build)) +$(eval $(call stampfile,$(curdir),target,install,$(TMP_DIR)/.build)) -$($(curdir)/stamp-prereq): .config -$($(curdir)/stamp-compile): $(TMP_DIR)/.build $($(curdir)/stamp-install): $($(curdir)/stamp-compile) $(eval $(call subdir,$(curdir))) -- cgit v1.2.3