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 | upstream-3125d81ee176d1c2ea8f768517bc1b269e6a872c.tar.gz upstream-3125d81ee176d1c2ea8f768517bc1b269e6a872c.tar.bz2 upstream-3125d81ee176d1c2ea8f768517bc1b269e6a872c.zip |
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 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))) |