From 78287c9543eb651e85374b88750bd38eeb6c9b81 Mon Sep 17 00:00:00 2001 From: mbm Date: Sat, 7 Apr 2007 11:53:18 +0000 Subject: [PATCH] same as [6881] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7e4585595..cab2486fb1 100644 --- a/Makefile +++ b/Makefile @@ -62,10 +62,10 @@ tmp/.config-%.in: tmp/.%info .config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in - @[ -f .config ] || { \ - [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \ + @if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ + cp $(HOME)/.openwrt/defconfig .config; \ $(NO_TRACE_MAKE) menuconfig; \ - } + fi @$< -D .config Config.in &> /dev/null scripts/config/mconf: -- 2.11.0