From 3125d81ee176d1c2ea8f768517bc1b269e6a872c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Jul 2007 23:08:59 +0000 Subject: [PATCH] dependency fix SVN-Revision: 8253 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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)))