svn commit: r281010 - head/sys/boot/mips/beri/loader
Jung-uk Kim
jkim at FreeBSD.org
Fri Apr 3 02:32:00 UTC 2015
Author: jkim
Date: Fri Apr 3 02:31:59 2015
New Revision: 281010
URL: https://svnweb.freebsd.org/changeset/base/281010
Log:
Fix mips build, really. :-(
Modified:
head/sys/boot/mips/beri/loader/Makefile
Modified: head/sys/boot/mips/beri/loader/Makefile
==============================================================================
--- head/sys/boot/mips/beri/loader/Makefile Fri Apr 3 02:27:40 2015 (r281009)
+++ head/sys/boot/mips/beri/loader/Makefile Fri Apr 3 02:31:59 2015 (r281010)
@@ -122,7 +122,7 @@ loader.help: help.common help.mips
awk -f ${.CURDIR}/../../../common/merge_help.awk > ${.TARGET}
.PATH: ${.CURDIR}/../../../forth
-.include "${.CURDIR}/../../forth/Makefile.inc"
+.include "${.CURDIR}/../../../forth/Makefile.inc"
.if !exists(${DESTDIR}/boot/loader.rc)
FILES+= loader.rc
More information about the svn-src-head
mailing list