X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Ftoplevel.mk;h=e85ed2d33ed0b3ede12620d5d747529e6d415de1;hp=e13d66781aaa655f700f434b187fe2a56584aabd;hb=2ea9e3498d7d623d7c30be8dd4054eecab4730d0;hpb=d2109574d56c9dc709da35a21fc19ea26b99a47d diff --git a/include/toplevel.mk b/include/toplevel.mk index e13d66781a..e85ed2d33e 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -45,7 +45,7 @@ prepare-tmpinfo: FORCE touch $(TOPDIR)/tmp/.build .config: ./scripts/config/conf prepare-tmpinfo - @+if [ -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \ + @+if [ \! -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \ [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \ $(NO_TRACE_MAKE) menuconfig $(PREP_MK); \ fi