summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-04-07 13:26:07 +0000
committerNicolas Thill <nico@openwrt.org>2007-04-07 13:26:07 +0000
commite66c304cb9849c3fa68a3e4eca64820e019e5f2d (patch)
tree53c00a7cdeca6b7920f00208d889ba667c6ac959 /Makefile
parent216fc583c75c8b9ade04174ffb400ff164a4c0e5 (diff)
downloadmtk-20170518-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.zip
mtk-20170518-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.tar.gz
mtk-20170518-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.tar.bz2
fix typo
SVN-Revision: 6885
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c14883a..3596bcd 100644
--- 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