Fix the symlink hack.

This commit is contained in:
mycroft 2000-01-23 16:44:18 +00:00
parent ddec291d99
commit 295c3f303e
2 changed files with 13 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.24 1999/07/08 14:32:28 drochner Exp $
# $NetBSD: Makefile.booters,v 1.25 2000/01/23 16:44:18 mycroft Exp $
BINDIR= /usr/mdec
STRIPFLAG=
@ -19,15 +19,16 @@ CPPFLAGS+= -D_STANDALONE
CLEANFILES+= vers.c vers.o ${BASE}.list
.BEGIN: ${.OBJDIR}/machine
depend all: ${.OBJDIR}/machine
CLEANFILES+= ${.OBJDIR}/machine
.BEGIN: machine
.NOPATH: machine
realdepend realall: machine
CLEANFILES+= machine
${.OBJDIR}/machine::
machine::
-rm -f $@
ln -s $S/arch/i386/include $@
${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART}: ${.OBJDIR}/machine
${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART}: machine
### find out what to use for libkern
KERN_AS= library

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1999/10/25 20:27:48 drochner Exp $
# $NetBSD: Makefile,v 1.15 2000/01/23 16:45:38 mycroft Exp $
# XXX: bsd.own.mk included so LDSTATIC can be overwridden
.include <bsd.own.mk>
@ -19,11 +19,12 @@ CPPFLAGS+= -I${LIBSA} -I.
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
LDSTATIC?=-static
.BEGIN: ${.OBJDIR}/machine
depend all: ${.OBJDIR}/machine
CLEANFILES+= ${.OBJDIR}/machine
.BEGIN: machine
.NOPATH: machine
depend all: machine
CLEANFILES+= machine
${.OBJDIR}/machine::
machine::
-rm -f $@
ln -s ${.CURDIR}/../../include $@