projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c1241
)
dependency fix
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 23:08:59 +0000
(23:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 30 Jul 2007 23:08:59 +0000
(23:08 +0000)
SVN-Revision: 8253
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 07944af2bc798a28500f88bd4e83840d4295f18b..492c02709909a937becb4f0ee497a6f3b78a5eb4 100644
(file)
--- 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)))