From: Felix Fietkau Date: Sat, 18 Oct 2008 20:16:40 +0000 (+0000) Subject: one more instance of r13005 X-Git-Tag: v12.09~12950 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=51431b8d4363b37577988ad2b63e4e1acf9b95c4;p=openwrt-github%2F.git one more instance of r13005 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13007 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index ab4448ae10..6d46fe1edd 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -75,7 +75,7 @@ oldconfig: scripts/config/conf prepare-tmpinfo FORCE $< -$(if $(CONFDEFAULT),$(CONFDEFAULT),o) Config.in menuconfig: scripts/config/mconf prepare-tmpinfo FORCE - if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ + if [ \! -e .config -a -e $(HOME)/.openwrt/defconfig ]; then \ cp $(HOME)/.openwrt/defconfig .config; \ fi $< Config.in