summaryrefslogtreecommitdiff
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
commit980b80ddc6aeb06843ecbc44955943e6b3957dfb (patch)
tree22f3e936fe4480a4835a27b507890d67339c794d /include/toplevel.mk
parent8b41afa584e513ec64156fc15058a0f6888d6b56 (diff)
downloadmtk-20170518-980b80ddc6aeb06843ecbc44955943e6b3957dfb.zip
mtk-20170518-980b80ddc6aeb06843ecbc44955943e6b3957dfb.tar.gz
mtk-20170518-980b80ddc6aeb06843ecbc44955943e6b3957dfb.tar.bz2
fix typo
SVN-Revision: 11474
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 e13d667..e85ed2d 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