From 4d1808ee726736d2b9df2fdd6fcfc255bcdaeb48 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 9 Aug 2008 00:27:54 +0000 Subject: [PATCH] fix make distclean git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12252 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0