From c33e0be683bbe1cdc57853390b291e7a3d936fd7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Jul 2007 02:53:54 +0000 Subject: don't force the install->compile, compile->prepare dependencies in subdir.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8202 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 0d6b515977..49b30be44b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -23,6 +23,9 @@ $(STAGING_DIR)/include-host/.done: # prerequisites for the individual targets $(curdir)/ := .config -$(curdir)//prepare := $(STAGING_DIR)/include-host/.done +$(curdir)//prepare = $(STAGING_DIR)/include-host/.done +$(curdir)//compile = $(1)/prepare +$(curdir)//install = $(1)/compile + $(eval $(call stampfile,$(curdir),tools)) $(eval $(call subdir,$(curdir))) -- cgit v1.2.3