spmath.o is an MD library, not an MD object.

This commit is contained in:
uebayasi 2015-09-06 02:22:50 +00:00
parent 44e9385020
commit 9387749a6a
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hppa,v 1.4 2015/08/24 14:04:24 uebayasi Exp $
# $NetBSD: Makefile.hppa,v 1.5 2015/09/06 02:22:50 uebayasi Exp $
# Makefile for NetBSD
#
@ -57,7 +57,8 @@ KERN_AS= obj
##
## (4) local objects, compile rules, and dependencies
##
MD_OBJS= locore.o ${LIBSPMATH}
MD_OBJS= locore.o
MD_LIBS= ${LIBSPMATH}
MD_CFILES=
MD_SFILES= ${HPPA}/hppa/locore.S

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 2015/09/05 04:44:29 uebayasi Exp $
# $NetBSD: Makefile.inc,v 1.6 2015/09/06 02:22:50 uebayasi Exp $
# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
#
@ -23,9 +23,6 @@ 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