From 4d326483632f7fa4cd171ae846270ff3e88e49fe Mon Sep 17 00:00:00 2001 From: sjg Date: Mon, 19 Jan 2004 00:32:26 +0000 Subject: [PATCH] ternary is .PHONY --- usr.bin/make/unit-tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile index c8bb2c1bfac6..ca3d13354844 100644 --- a/usr.bin/make/unit-tests/Makefile +++ b/usr.bin/make/unit-tests/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2004/01/09 00:56:44 sjg Exp $ +# $Id: Makefile,v 1.10 2004/01/19 00:32:26 sjg Exp $ # # Unit tests for make(1) # The main targets are: @@ -53,6 +53,7 @@ mod-ts: varcmd modword: @${.MAKE} -k -f ${UNIT_TESTS}/$@ +.PHONY: ternary ternary: @${.MAKE} -k -f ${UNIT_TESTS}/$@ @${.MAKE} -k -f ${UNIT_TESTS}/$@ A=