Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 23:31:17 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213815 - head/bin/sh
Message-ID:  <201010132331.o9DNVHLu004307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Wed Oct 13 23:31:17 2010
New Revision: 213815
URL: http://svn.freebsd.org/changeset/base/213815

Log:
  We only need to look as far as '..' to find 'test/'.

Modified:
  head/bin/sh/Makefile

Modified: head/bin/sh/Makefile
==============================================================================
--- head/bin/sh/Makefile	Wed Oct 13 23:29:09 2010	(r213814)
+++ head/bin/sh/Makefile	Wed Oct 13 23:31:17 2010	(r213815)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010132331.o9DNVHLu004307>