aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-18 20:16:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-18 20:16:40 +0000
commit51431b8d4363b37577988ad2b63e4e1acf9b95c4 (patch)
tree4d32b336aa68fdb3a8f3dfbbb93a29db03dd50c0 /include
parent1a696a41c5982de6e097d89a3f464a3a6c85f679 (diff)
downloadmaster-187ad058-51431b8d4363b37577988ad2b63e4e1acf9b95c4.tar.gz
master-187ad058-51431b8d4363b37577988ad2b63e4e1acf9b95c4.tar.bz2
master-187ad058-51431b8d4363b37577988ad2b63e4e1acf9b95c4.zip
one more instance of r13005
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13007 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
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