diff options
| author | simonb <simonb@NetBSD.org> | 2001-11-08 00:13:53 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2001-11-08 00:13:53 +0000 |
| commit | 1adc8dd4351e28c2e617fbb201defdee4121cc29 (patch) | |
| tree | 095c5b28a3b0238447711ed44bcb1bd9ede68080 /gnu/usr.bin | |
| parent | dc9f52db45d5bde757197cdf88382c66b235ede2 (diff) | |
Don't rebuild "fini" _every_ time make(1) is run; avoids a complete
rebuild of f771 all the time.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc/f771/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
