diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 23:08:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 23:08:59 +0000 |
commit | 3125d81ee176d1c2ea8f768517bc1b269e6a872c (patch) | |
tree | 04272cf7134c371b162f21ede9bf7bbad24ce995 | |
parent | 40c124137756afa95bddce19fb942a3aac9c9480 (diff) | |
download | mtk-20170518-3125d81ee176d1c2ea8f768517bc1b269e6a872c.zip mtk-20170518-3125d81ee176d1c2ea8f768517bc1b269e6a872c.tar.gz mtk-20170518-3125d81ee176d1c2ea8f768517bc1b269e6a872c.tar.bz2 |
dependency fix
SVN-Revision: 8253
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 07944af..492c027 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))) |