Make this work under debugging, e.g., "make -dl".

This commit is contained in:
Ruslan Ermilov 2004-12-06 08:51:30 +00:00
parent 0cbf6231e8
commit d29cf9e2f3
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \