From 2888390764847975378131fbeca33beab909f694 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sun, 6 Feb 1994 01:12:15 +0000 Subject: [PATCH] Added the y.tab.h file to the CLEANFILE target. --- usr.bin/f2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 210ba9404e24..eea5cf4ce5bb 100644 --- a/usr.bin/f2c/Makefile +++ b/usr.bin/f2c/Makefile @@ -27,6 +27,6 @@ tokdefs.h: ${.CURDIR}/tokens grep -n . <${.CURDIR}/tokens | sed "s/\([^:]*\):\(.*\)/#define \2 \1/" >tokdefs.h CLEANFILES+=\ - gram.c tokdefs.h + gram.c tokdefs.h y.tab.h .include