diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-18 20:16:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-18 20:16:40 +0000 |
commit | cd35be21af1e9539363008c77b780b468b600e32 (patch) | |
tree | 22f3da78ecd418853e9a32ef70a185e0b755373b | |
parent | 81b05ae1a2322a0a9a921c0b28ae298f69295a4c (diff) | |
download | upstream-cd35be21af1e9539363008c77b780b468b600e32.tar.gz upstream-cd35be21af1e9539363008c77b780b468b600e32.tar.bz2 upstream-cd35be21af1e9539363008c77b780b468b600e32.zip |
one more instance of r13005
SVN-Revision: 13007
-rw-r--r-- | include/toplevel.mk | 2 |
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 |