Fix build of hppa's spmath.o, as m68k's fpsp.o was done.
This commit is contained in:
parent
82a183dddd
commit
fff9bf95dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user