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