X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2FMakefile;h=5ad4bfd723d950e91e12a740348b22334fa2f52a;hp=2b0143e6b3473a95298087d1b2c8c4981349c40b;hb=af927159a9e65228875999840012a1cde1c36b6a;hpb=3cd9eea04e166dc36dd0ecd4c1ebdf92ed76f8f2 diff --git a/tools/Makefile b/tools/Makefile index 2b0143e6b..5ad4bfd72 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)))