From e66c304cb9849c3fa68a3e4eca64820e019e5f2d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 7 Apr 2007 13:26:07 +0000 Subject: fix typo SVN-Revision: 6885 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1