summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-16 03:33:28 +0000
committerlukem <lukem@NetBSD.org>2003-10-16 03:33:28 +0000
commit9da74b23ca3af0aebe12d9c4357dc731b0dbfdd9 (patch)
tree237a769d3fefbc503d6bc24dae94299f2d196131 /gnu/usr.bin
parent94a111ae533a26d06b7538fdd7f9ba798053f0c1 (diff)
Don't auto-frob .y or .l files.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc3/backend/Makefile6
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.
#