From d29cf9e2f35ad5d82dcafb0d4d337db127b9e558 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 6 Dec 2004 08:51:30 +0000 Subject: [PATCH] Make this work under debugging, e.g., "make -dl". --- tools/build/make_check/Makefile | 2 +- tools/regression/usr.bin/make/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index 7621f73fe0c..777dd7f716b 100644 --- a/tools/build/make_check/Makefile +++ b/tools/build/make_check/Makefile @@ -18,7 +18,7 @@ DATA2= yello DATA1:= ${DATA5:S/l/r/g} NIL= -SMAKE= ${MAKE} -C ${.CURDIR} +SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR} all: @if [ ! -x ./shell_test ] ; then \ diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile index 7621f73fe0c..777dd7f716b 100644 --- a/tools/regression/usr.bin/make/Makefile +++ b/tools/regression/usr.bin/make/Makefile @@ -18,7 +18,7 @@ DATA2= yello DATA1:= ${DATA5:S/l/r/g} NIL= -SMAKE= ${MAKE} -C ${.CURDIR} +SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR} all: @if [ ! -x ./shell_test ] ; then \