*.rawout are out-of-date if ${TEST_MAKE} is newer.

This commit is contained in:
sjg 2014-08-29 20:03:27 +00:00
parent 1beb02a6c3
commit 294be283d0
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.49 2014/08/29 15:55:44 sjg Exp $
# $NetBSD: Makefile,v 1.50 2014/08/29 20:03:27 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@ -127,4 +127,8 @@ accept:
cp $${test}.out ${UNIT_TESTS}/$${test}.exp ; } \
done
.if exists(${TEST_MAKE})
${TESTNAMES:S/$/.rawout/}: ${TEST_MAKE}
.endif
.-include <bsd.obj.mk>