From 263786182a62c54df22a1387fe1702d0397a400c Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 16 Nov 2003 16:29:04 +0000 Subject: [PATCH] support MAKEVERBOSE --- gnu/usr.bin/gcc3/f771/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/gcc3/f771/Makefile b/gnu/usr.bin/gcc3/f771/Makefile index 327468229614..117937270ed4 100644 --- a/gnu/usr.bin/gcc3/f771/Makefile +++ b/gnu/usr.bin/gcc3/f771/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/09/26 06:55:48 tron Exp $ +# $NetBSD: Makefile,v 1.9 2003/11/16 16:29:04 lukem Exp $ PROG= f771 SRCS= ${G_F77_OBJS:.o=.c} main.c @@ -11,8 +11,9 @@ HOST_CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} -DUSE_HCONFIG= \ DPSRCS+= str-${f}.h .endfor -fini: fini.c - ${HOST_LINK.c} -o $@ $> ${HOSTLIBIBERTY} +fini: fini.lo + ${_MKTARGET_LINK} + ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${HOSTLIBIBERTY} CLEANFILES+= fini .include "../Makefile.backend" @@ -21,6 +22,7 @@ CLEANFILES+= fini CLEANFILES+= str-${f}.h str-${f}.j str-${f}.h str-${f}.j: str-${f}.fin fini + ${_MKTARGET_CREATE} ./fini ${>:M*.fin} str-${f}.j str-${f}.h .endfor