Browse Source

Don't try to do elf2ecoff on bsd (it's a.out) use bsd.elf instead. -moj

OPENBSD_2_2
maja 27 years ago
parent
commit
faf265ffe8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.pmax/Makefile.inc

+ 2
- 2
src/etc/etc.pmax/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 1997/09/26 21:45:17 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.12 1997/10/06 17:56:22 maja Exp $
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
.ifdef DESTDIR
@ -20,7 +20,7 @@ bsd.nfs:
cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.NFS
cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS && \
make clean && make depend && make
elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd \
elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd.elf \
${DESTDIR}/snapshot/bsd.nfs
bsd.rz0:


Loading…
Cancel
Save