Fix m68k build.

This commit is contained in:
uebayasi 2015-09-04 09:18:11 +00:00
parent a5dbbfb057
commit 6437e17d1f

View File

@ -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): # Configuration variables (default values are below):
# #
@ -41,6 +41,9 @@ FPSPMAKE= \
FPSPDIR=${FPSPDIR:Q} \ FPSPDIR=${FPSPDIR:Q} \
${FPSPMISCMAKEFLAGS} ${FPSPMISCMAKEFLAGS}
fpsp.o: ${FPSP}
ln -sf ${FPSP} $@
${FPSP}: .NOTMAIN __always_make_fpsp ${FPSP}: .NOTMAIN __always_make_fpsp
@echo making sure the 68040 FPSP is up to date... @echo making sure the 68040 FPSP is up to date...
@${FPSPMAKE} fpsp.o @${FPSPMAKE} fpsp.o