summaryrefslogtreecommitdiff
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-09 00:49:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-09 00:49:36 +0000
commit14a3ac5c63493a7f6dd110f101c0368a50eef669 (patch)
treeccba31d75e0eb5c5d792c5bec1ce0ec66a924eb8 /include/toplevel.mk
parentfcc091e15eee8c16b59e68adc9bf781c37b427e4 (diff)
downloadmtk-20170518-14a3ac5c63493a7f6dd110f101c0368a50eef669.zip
mtk-20170518-14a3ac5c63493a7f6dd110f101c0368a50eef669.tar.gz
mtk-20170518-14a3ac5c63493a7f6dd110f101c0368a50eef669.tar.bz2
fix cut&paste mistake
SVN-Revision: 12254
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 20da69a..3d7593b 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
- @$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
+ @$(_SINGLE)$(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; \
}
@@ -120,7 +120,7 @@ docs/clean: FORCE
distclean:
rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
- @$(_SINGLE)$(SUBMAKE) -j1 -C scripts/config clean
+ @$(SUBMAKE) -j1 -C scripts/config clean
ifeq ($(findstring v,$(DEBUG)),)
.SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo