summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/make_check/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 7621f73..777dd7f 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 \
OpenPOWER on IntegriCloud