From 1adc8dd4351e28c2e617fbb201defdee4121cc29 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 8 Nov 2001 00:13:53 +0000 Subject: Don't rebuild "fini" _every_ time make(1) is run; avoids a complete rebuild of f771 all the time. --- gnu/usr.bin/gcc/f771/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/gcc/f771/Makefile b/gnu/usr.bin/gcc/f771/Makefile index 1356cf4087d..bd62f9214fa 100644 --- a/gnu/usr.bin/gcc/f771/Makefile +++ b/gnu/usr.bin/gcc/f771/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/08 23:18:11 tv Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/08 00:13:53 simonb Exp $ PROG= f771 SRCS= ${G_F77_OBJS:.o=.c} @@ -15,11 +15,7 @@ CLEANFILES+= str-${f}.h str-${f}.j fini: fini.c proj.c ${HOST_LINK.c} -o $@ $> - -.if !target(.BEGIN) && !make(fini) -.BEGIN: - @rm -f fini -.endif +CLEANFILES+= fini .for f in 1t 2t fo io nq op ot str-${f}.h str-${f}.j: str-${f}.fin fini -- cgit