make sure the ./machine link is created early enough for specific targets,

fixes PR port-i386/7553 by David Rankin <drankin@bohemians.lexington.ky.us>
This commit is contained in:
drochner 1999-05-11 19:43:09 +00:00
parent 0b0421ba76
commit 6959d736df

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.22 1999/04/28 09:13:51 christos Exp $
# $NetBSD: Makefile.booters,v 1.23 1999/05/11 19:43:09 drochner Exp $
BINDIR= /usr/mdec
STRIPFLAG=
@ -27,6 +27,8 @@ ${.OBJDIR}/machine::
-rm -f $@
ln -s $S/arch/i386/include $@
${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART}: ${.OBJDIR}/machine
### find out what to use for libkern
KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"