svn commit: r213815 - head/bin/sh

David E. O'Brien obrien at FreeBSD.org
Wed Oct 13 23:31:17 UTC 2010


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


More information about the svn-src-head mailing list