X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/41b5c4d51cfc76b2f5ef06051de850c3acc3699e..4d1808ee726736d2b9df2fdd6fcfc255bcdaeb48:/include/toplevel.mk diff --git a/include/toplevel.mk b/include/toplevel.mk index 169cca9f1..20da69ad7 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; \ }