diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-10 10:33:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-10 10:33:05 +0000 |
commit | eaefca0a509d6924ec863203463bad280c8e94c1 (patch) | |
tree | 9e70a53254aebbb8b2de874433081cdb8231e4f8 /sys | |
parent | 254e7024d309a03672e32dedd92a4555eaa8d0f4 (diff) |
machine@ is a horrible hack in obj@ space. ignore the error. fix later
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/stand/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/Makefile.inc b/sys/arch/sparc/stand/Makefile.inc index 5a960d5b0cb..4f2600de41b 100644 --- a/sys/arch/sparc/stand/Makefile.inc +++ b/sys/arch/sparc/stand/Makefile.inc @@ -7,7 +7,7 @@ S= ${.CURDIR}/../../../${R} .if !make(libdep) && !make(sadep) && !make(salibdir) && !make(kernlibdir) .BEGIN: - @([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine) + -@([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine) .endif RELOC_SUN4= 0x240000 |