X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7a209707c3e61b00ab1666d73778372fe4bb4790..ddade98e1046a6c701d0a96d97fb870d01c8c052:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 0d6b51597..49b30be44 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)))