redirect the linker's stderr to the protocol file too

This commit is contained in:
drochner 1999-02-19 19:53:01 +00:00
parent cb2e02af94
commit eac4e51111
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.satest,v 1.1 1998/05/15 17:07:14 drochner Exp $
# $NetBSD: Makefile.satest,v 1.2 1999/02/19 19:53:01 drochner Exp $
I386_STAND_DIR?= $S/arch/i386/stand
@ -23,7 +23,7 @@ CPPFLAGS+= -DHEAP_VARIABLE
CFLAGS= -O -g -Wall -fwritable-strings
LDFLAGS= -g -static -Xlinker -M
LDADD= ${LIBSA} -lz -lkvm -li386 >${PROG}.list
LDADD= ${LIBSA} -lz -lkvm -li386 >${PROG}.list 2>&1
CLEANFILES+= ${PROG}.list
.include <bsd.prog.mk>