X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Makefile;h=fffc3bf5dab101e2cee4ed0d8d98d5daeda5164d;hp=43ed005b8ade32dafec91c54d1693c839a7fbfe3;hb=5a25558ed3bd1fe17a5101e537f7a9134e028349;hpb=24bc8c27dc547e9cdce54610075d80e0d068b820 diff --git a/Makefile b/Makefile index 43ed005b8..fffc3bf5d 100644 --- a/Makefile +++ b/Makefile @@ -90,8 +90,9 @@ oldconfig: scripts/config/conf tmp/.config-target.in tmp/.config-package.in FORC $< -o Config.in menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FORCE - @[ -f .config ] || \ - [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config + @[ -f .config ] || { \ + [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \ + } $< Config.in kernel_menuconfig: .config FORCE