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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to