Module Name:    src
Committed By:   uebayasi
Date:           Sat Sep  5 04:44:29 UTC 2015

Modified Files:
        src/sys/arch/hppa/spmath: Makefile.inc

Log Message:
Fix build of hppa's spmath.o, as m68k's fpsp.o was done.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/spmath/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/spmath/Makefile.inc
diff -u src/sys/arch/hppa/spmath/Makefile.inc:1.4 src/sys/arch/hppa/spmath/Makefile.inc:1.5
--- src/sys/arch/hppa/spmath/Makefile.inc:1.4	Sat Feb  4 11:23:45 2006
+++ src/sys/arch/hppa/spmath/Makefile.inc	Sat Sep  5 04:44:29 2015
@@ -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 @@ SPMATHMAKE= \
 	    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

Reply via email to