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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"