From 974d084f9dd2e51c3487a75e29f23411a2cfb242 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 30 Jul 2007 23:08:59 +0000 Subject: [PATCH] dependency fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8253 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 07944af2b..492c02709 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))) -- 2.35.1