From 56d47fb9b655bf867db275b6306a40b58e4061bf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 13 Oct 2010 23:31:17 +0000 Subject: [PATCH] We only need to look as far as '..' to find 'test/'. --- bin/sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 0c06c9061ea..1b0738b4dfb 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -26,7 +26,7 @@ WARNS?= 2 WFORMAT=0 .PATH: ${.CURDIR}/bltin \ - ${.CURDIR}/../../bin/test + ${.CURDIR}/../test CLEANFILES+= mkinit mkinit.o mknodes mknodes.o \ mksyntax mksyntax.o