aboutsummaryrefslogtreecommitdiffstats
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
commit76cf3557190a4061448f881151b5357a1cdbeeda (patch)
tree0f3135d2830288f4474dc7ccf9074a28341cccc2 /include/toplevel.mk
parentaafe77f272a6b2bbbedcdd99057ad6cc56bc5036 (diff)
downloadmaster-187ad058-76cf3557190a4061448f881151b5357a1cdbeeda.tar.gz
master-187ad058-76cf3557190a4061448f881151b5357a1cdbeeda.tar.bz2
master-187ad058-76cf3557190a4061448f881151b5357a1cdbeeda.zip
fix make distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12252 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 169cca9f11..20da69ad7c 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; \
}