Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/spmath Fix build of hppa's spmath.o, as m68k's...
details: https://anonhg.NetBSD.org/src/rev/3b316e77c9c5
branches: trunk
changeset: 340435:3b316e77c9c5
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Sep 05 04:44:29 2015 +0000
description:
Fix build of hppa's spmath.o, as m68k's fpsp.o was done.
diffstat:
sys/arch/hppa/spmath/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f19d0565b7d9 -r 3b316e77c9c5 sys/arch/hppa/spmath/Makefile.inc
--- a/sys/arch/hppa/spmath/Makefile.inc Fri Sep 04 21:32:54 2015 +0000
+++ b/sys/arch/hppa/spmath/Makefile.inc Sat Sep 05 04:44:29 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2006/02/04 11:23:45 dsl Exp $
+# $NetBSD: Makefile.inc,v 1.5 2015/09/05 04:44:29 uebayasi Exp $
# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
#
@@ -23,6 +23,9 @@
NM='${NM}' LORDER='${LORDER}' \
XMACHINE='${MACHINE}' XMACHINE_ARCH='${MACHINE_ARCH}'
+spmath.o: ${SPMATH}
+ ln -sf ${SPMATH} $@
+
${SPMATH}: .NOTMAIN .MAKE __always_make_spmath
@echo making sure the spmath library is up to date...
@${SPMATHMAKE} spmath.o
Home |
Main Index |
Thread Index |
Old Index