projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04e0aa
)
fix typo
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Apr 2007 13:26:07 +0000
(13:26 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Apr 2007 13:26:07 +0000
(13:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6885
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c14883a
..
3596bcd
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-62,7
+62,7
@@
tmp/.config-%.in: tmp/.%info
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
- if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
+ if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
cp $(HOME)/.openwrt/defconfig .config; \
$(NO_TRACE_MAKE) menuconfig; \
fi
This page took
0.024927 seconds
and
4
git commands to generate.