Index: petsc/makefile
===================================================================
--- petsc.orig/makefile	2024-11-26 00:35:51.631804756 +0100
+++ petsc/makefile	2024-11-26 00:35:51.623804678 +0100
@@ -144,8 +144,8 @@
         fi;
 
 check_build:
-	+@cd src/snes/tutorials >/dev/null; ${RUN_TEST} clean-legacy
-	+@cd src/snes/tutorials >/dev/null; ${RUN_TEST} testex19
+	+cd src/snes/tutorials >/dev/null; ${RUN_TEST} clean-legacy
+	+cd src/snes/tutorials >/dev/null; ${RUN_TEST} testex19
 	+@if [ ! "${MPI_IS_MPIUNI}" ]; then cd src/snes/tutorials >/dev/null; ${RUN_TEST} testex19_mpi; fi
 	+@if [ "`grep -E '^#define PETSC_HAVE_HYPRE 1' ${PETSCCONF_H}`" = "#define PETSC_HAVE_HYPRE 1" ] && [ "${PETSC_SCALAR}" = "real" ]; then \
           if [ "`grep -E '^#define PETSC_HAVE_CUDA 1' ${PETSCCONF_H}`" = "#define PETSC_HAVE_CUDA 1" ]; then HYPRE_TEST=runex19_hypre_cuda; \
@@ -159,7 +159,7 @@
 	+@if [ "`grep -E '^#define PETSC_HAVE_HIP 1' ${PETSCCONF_H}`" = "#define PETSC_HAVE_HIP 1" ]; then \
           cd src/snes/tutorials >/dev/null; ${RUN_TEST} runex19_hip; \
         fi;
-	+@if [ "${MPI_IS_MPIUNI}" = "" ]; then \
+	+if [ "${MPI_IS_MPIUNI}" = "" ]; then \
           cd src/snes/tutorials >/dev/null; \
           if [ "`grep -E '^#define PETSC_HAVE_KOKKOS_KERNELS 1' ${PETSCCONF_H}`" = "#define PETSC_HAVE_KOKKOS_KERNELS 1" ] && [ "${PETSC_SCALAR}" = "real" ] && [ "${PETSC_PRECISION}" = "double" ]; then \
             ${RUN_TEST} runex3k_kokkos; \
