projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf955d
)
add missing dependancy
author
Mike Baker
<mbm@openwrt.org>
Thu, 7 Sep 2006 17:24:08 +0000
(17:24 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 7 Sep 2006 17:24:08 +0000
(17:24 +0000)
SVN-Revision: 4773
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index fe10e07dd968133979cb404ee3184692559f7d3f..6df34ac771e3432416c0031df78d414dbdf88f09 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-53,7
+53,7
@@
pkginfo-clean: FORCE
.config.in: .pkginfo
@./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@
-.config: ./scripts/config/conf
+.config: ./scripts/config/conf
.config.in
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
@$< -D .config Config.in &> /dev/null