summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gcc/cpp0/Makefile')
-rw-r--r--gnu/usr.bin/gcc/cpp0/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile
index 3503319cc59..6a316b95c05 100644
--- a/gnu/usr.bin/gcc/cpp0/Makefile
+++ b/gnu/usr.bin/gcc/cpp0/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/07/18 14:01:14 tv Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/26 18:19:49 jmc Exp $
.include <bsd.own.mk>
@@ -14,4 +14,8 @@ BINDIR= /usr/libexec
.include <bsd.prog.mk>
+# Don't auto-frob .y or .l files.
+.l.c .y.c .y.h:
+ @true
+
.PATH: ${DIST}/gcc