From: Nicolas Thill Date: Sat, 7 Apr 2007 13:26:07 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=e66c304cb9849c3fa68a3e4eca64820e019e5f2d fix typo SVN-Revision: 6885 --- diff --git a/Makefile b/Makefile index c14883a7e4..3596bcd84a 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