aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-15 14:49:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-15 14:49:00 +0000
commitfa5af5e58085a9c3ab1ef15b94766aae1d147ee9 (patch)
tree3ba8642bdfd7579305d57333cd650a3756bf928c /include/toplevel.mk
parent415cc1c3db96ca61bb15048a5831401fc4b8dc93 (diff)
downloadmaster-187ad058-fa5af5e58085a9c3ab1ef15b94766aae1d147ee9.tar.gz
master-187ad058-fa5af5e58085a9c3ab1ef15b94766aae1d147ee9.tar.bz2
master-187ad058-fa5af5e58085a9c3ab1ef15b94766aae1d147ee9.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
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