From: Felix Fietkau Date: Mon, 30 Jul 2007 23:08:59 +0000 (+0000) Subject: dependency fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3125d81ee176d1c2ea8f768517bc1b269e6a872c;p=openwrt%2Fstaging%2Fmkresin.git dependency fix SVN-Revision: 8253 --- diff --git a/tools/Makefile b/tools/Makefile index 07944af2bc..492c027099 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,6 +21,7 @@ $(STAGING_DIR)/include-host/.done: @cp $(1)/include/*.h $$$$(dirname $$@)/ @touch $$@ $(curdir)//prepare = $(STAGING_DIR)/include-host/.done +$(curdir)//compile = $(STAGING_DIR)/include-host/.done endef $(eval $(call copy_include,$(curdir)))