Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/fpsp Fix m68k build.



details:   https://anonhg.NetBSD.org/src/rev/6a52ff6f8edc
branches:  trunk
changeset: 340428:6a52ff6f8edc
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Sep 04 09:18:11 2015 +0000

description:
Fix m68k build.

diffstat:

 sys/arch/m68k/fpsp/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 079a692da859 -r 6a52ff6f8edc sys/arch/m68k/fpsp/Makefile.inc
--- a/sys/arch/m68k/fpsp/Makefile.inc   Fri Sep 04 07:38:05 2015 +0000
+++ b/sys/arch/m68k/fpsp/Makefile.inc   Fri Sep 04 09:18:11 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16 2009/02/28 16:11:39 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2015/09/04 09:18:11 uebayasi Exp $
 #
 #      Configuration variables (default values are below):
 #
@@ -41,6 +41,9 @@
            FPSPDIR=${FPSPDIR:Q} \
            ${FPSPMISCMAKEFLAGS}
 
+fpsp.o: ${FPSP}
+       ln -sf ${FPSP} $@
+
 ${FPSP}:               .NOTMAIN __always_make_fpsp
        @echo making sure the 68040 FPSP is up to date...
        @${FPSPMAKE} fpsp.o



Home | Main Index | Thread Index | Old Index