X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2FMakefile;h=5ad4bfd723d950e91e12a740348b22334fa2f52a;hb=49e628f7652e9f7ce63b932f83b22756a65ff3b9;hp=2b0143e6b3473a95298087d1b2c8c4981349c40b;hpb=2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3;p=openwrt%2Fstaging%2Fhauke.git diff --git a/tools/Makefile b/tools/Makefile index 2b0143e6b3..5ad4bfd723 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,9 +25,9 @@ endef $(eval $(call copy_include,$(curdir))) # prerequisites for the individual targets -$(curdir)/ := .config +$(curdir)/ := .config prereq $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),tools)) +$(eval $(call stampfile,$(curdir),tools,install)) $(eval $(call subdir,$(curdir)))