From 552b98b913b55ebe94ab34e5a75727de07872b25 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 27 Feb 2005 11:48:45 +0000 Subject: [PATCH] Add missing continuation. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index ce5639bd64ee..2f58ac495411 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -591,7 +591,7 @@ INSTALLKERNEL= ${_kernel} # buildkernel: .if empty(BUILDKERNELS) - @echo "ERROR: Missing kernel configuration file(s) (${KERNCONF})."; + @echo "ERROR: Missing kernel configuration file(s) (${KERNCONF})."; \ false .endif .if defined(KERNWARN) @@ -673,7 +673,7 @@ buildkernel: installkernel installkernel.debug \ reinstallkernel reinstallkernel.debug: ${SPECIAL_INSTALLCHECKS} .if empty(INSTALLKERNEL) - @echo "ERROR: No kernel \"${KERNCONF}\" to install." + @echo "ERROR: No kernel \"${KERNCONF}\" to install."; \ false .endif @echo "--------------------------------------------------------------"