mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make this work under debugging, e.g., "make -dl".
This commit is contained in:
parent
0cbf6231e8
commit
d29cf9e2f3
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue