next round of cleanup, convert target/ - make -j works now ;)
[openwrt.git] / tools / Makefile
index 2b0143e..07944af 100644 (file)
@@ -25,9 +25,8 @@ endef
 $(eval $(call copy_include,$(curdir)))
 
 # prerequisites for the individual targets
-$(curdir)/ := .config
-$(curdir)//compile = $(1)/prepare
+$(curdir)/ := .config prereq
 $(curdir)//install = $(1)/compile
 
-$(eval $(call stampfile,$(curdir),tools))
+$(eval $(call stampfile,$(curdir),tools,install))
 $(eval $(call subdir,$(curdir)))
This page took 0.02626 seconds and 4 git commands to generate.