From: Felix Fietkau Date: Sat, 9 Aug 2008 00:27:54 +0000 (+0000) Subject: fix make distclean X-Git-Tag: reboot~25826 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ef05bf349444ac680b96379047f556326b234d03 fix make distclean SVN-Revision: 12252 --- 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; \ }