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 | 193971f1b843b9a2a673b95e9a9d602e78743ea7 (patch) | |
tree | 0b3b0aa48b59088ad18fa0ad652d56b881e1ebcb /tools | |
parent | 0e7a7267281f140fbadaa372415700d1a87b11d0 (diff) | |
download | upstream-193971f1b843b9a2a673b95e9a9d602e78743ea7.tar.gz upstream-193971f1b843b9a2a673b95e9a9d602e78743ea7.tar.bz2 upstream-193971f1b843b9a2a673b95e9a9d602e78743ea7.zip |
dependency fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-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))) |