projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ecfe9
)
add a missing dependency - prevented clean rebuild after kernel upgrades
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Dec 2006 18:28:38 +0000
(18:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Dec 2006 18:28:38 +0000
(18:28 +0000)
SVN-Revision: 5845
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 7f0501e5957a7948b79dbde566effd15dc51b40a..042e85d326781967f509d6809fe2489993cd7a5c 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-7,6
+7,6
@@
include $(TMP_DIR)/.target.mk
-$(TMP_DIR)/.target.mk:
+$(TMP_DIR)/.target.mk:
$(TMP_DIR)/.targetinfo
$(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@