dependency fix
authorFelix Fietkau <nbd@openwrt.org>
Mon, 30 Jul 2007 23:08:59 +0000 (23:08 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 30 Jul 2007 23:08:59 +0000 (23:08 +0000)
SVN-Revision: 8253

tools/Makefile

index 07944af2bc798a28500f88bd4e83840d4295f18b..492c02709909a937becb4f0ee497a6f3b78a5eb4 100644 (file)
@@ -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)))