tests/lint: remove generated shell program on 'make clean'
This commit is contained in:
parent
5e33ac3a1d
commit
68d069afb0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.115 2021/12/06 23:20:26 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.116 2021/12/16 11:00:15 rillig Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
MAX_MESSAGE= 348 # see lint1/err.c
|
||||
|
@ -11,6 +11,7 @@ TESTSDIR= ${TESTSBASE}/usr.bin/xlint/lint1
|
|||
|
||||
TESTS_SH= t_integration
|
||||
TESTS_SH_SRC_t_integration= archsubdir.sh t_integration.sh
|
||||
CLEANFILES+= archsubdir.sh
|
||||
|
||||
archsubdir.sh:
|
||||
@echo archsubdir=${ARCHSUBDIR} >${.TARGET}
|
||||
|
|
Loading…
Reference in New Issue