Fix m68k build.
This commit is contained in:
parent
a5dbbfb057
commit
6437e17d1f
@ -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):
|
||||
#
|
||||
@ -41,6 +41,9 @@ FPSPMAKE= \
|
||||
FPSPDIR=${FPSPDIR:Q} \
|
||||
${FPSPMISCMAKEFLAGS}
|
||||
|
||||
fpsp.o: ${FPSP}
|
||||
ln -sf ${FPSP} $@
|
||||
|
||||
${FPSP}: .NOTMAIN __always_make_fpsp
|
||||
@echo making sure the 68040 FPSP is up to date...
|
||||
@${FPSPMAKE} fpsp.o
|
||||
|
Loading…
Reference in New Issue
Block a user