diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-16 03:33:28 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-16 03:33:28 +0000 |
| commit | 9da74b23ca3af0aebe12d9c4357dc731b0dbfdd9 (patch) | |
| tree | 237a769d3fefbc503d6bc24dae94299f2d196131 /gnu/usr.bin | |
| parent | 94a111ae533a26d06b7538fdd7f9ba798053f0c1 (diff) | |
Don't auto-frob .y or .l files.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc3/backend/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc3/backend/Makefile b/gnu/usr.bin/gcc3/backend/Makefile index 19c0073b0ff..2f84255f687 100644 --- a/gnu/usr.bin/gcc3/backend/Makefile +++ b/gnu/usr.bin/gcc3/backend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/22 03:06:32 uwe Exp $ +# $NetBSD: Makefile,v 1.8 2003/10/16 03:33:28 lukem Exp $ NOLINKLIB= # defined NOLINT= # defined @@ -16,6 +16,10 @@ DPSRCS+= insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h .include <bsd.lib.mk> +# Don't auto-frob .y or .l files. +.l.c .y.c .y.h: + @true + # # Independent generation programs. # |
