Suppress the machine' symlink when making target obj'.

Also add it to the clean target list.
This commit is contained in:
pk 1999-11-25 13:27:30 +00:00
parent b797a06151
commit e0118ca933

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.buildboot,v 1.7 1999/06/12 12:49:24 pk Exp $
# $NetBSD: Makefile.buildboot,v 1.8 1999/11/25 13:27:30 pk Exp $
S= ${.CURDIR}/../../../..
@ -42,5 +42,9 @@ SAMISCMAKEFLAGS+="SA_USE_LOADFILE=yes"
.include "${S}/lib/libsa/Makefile.inc"
LIBSA= ${SALIB}
.if !make(obj)
.BEGIN:
@([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine)
.endif
CLEANFILES+= machine