svn commit: r214100 - stable/8/bin/sh
David E. O'Brien
obrien at FreeBSD.org
Wed Oct 20 07:32:25 UTC 2010
Author: obrien
Date: Wed Oct 20 07:32:25 2010
New Revision: 214100
URL: http://svn.freebsd.org/changeset/base/214100
Log:
MFC r213815: only need to look as far as '..' to find 'test/'
Modified:
stable/8/bin/sh/Makefile
Directory Properties:
stable/8/bin/sh/ (props changed)
Modified: stable/8/bin/sh/Makefile
==============================================================================
--- stable/8/bin/sh/Makefile Wed Oct 20 07:22:34 2010 (r214099)
+++ stable/8/bin/sh/Makefile Wed Oct 20 07:32:25 2010 (r214100)
@@ -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-stable
mailing list