summaryrefslogtreecommitdiff
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-09 00:27:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-09 00:27:54 +0000
commitef05bf349444ac680b96379047f556326b234d03 (patch)
treef45a9bbf37bd240a61d752dd905018eedddf76a4 /include/toplevel.mk
parent22aa7c6406cf09a7b87047071e82a9f0c49fbcd2 (diff)
downloadmtk-20170518-ef05bf349444ac680b96379047f556326b234d03.zip
mtk-20170518-ef05bf349444ac680b96379047f556326b234d03.tar.gz
mtk-20170518-ef05bf349444ac680b96379047f556326b234d03.tar.bz2
fix make distclean
SVN-Revision: 12252
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 169cca9..20da69a 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -86,7 +86,7 @@ kernel_menuconfig: .config FORCE
tmp/.prereq-build: include/prereq-build.mk
mkdir -p tmp
rm -f tmp/.host.mk
- @$(_SINGLE)$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
+ @$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
echo "Prerequisite check failed. Use FORCE=1 to override."; \
false; \
}