From ef05bf349444ac680b96379047f556326b234d03 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 9 Aug 2008 00:27:54 +0000 Subject: [PATCH] fix make distclean SVN-Revision: 12252 --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ } -- 2.30.2