From 819ab54771e53fad3ba90af0b2b502090f4b7684 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 9 Feb 1995 00:24:00 +0000 Subject: Add y.tab.h to CLEANFILES. --- usr.bin/compile_et/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 9fb831a54911..b03ff7801b23 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.3 1995/01/14 22:29:29 wollman Exp $ +# $Id: Makefile,v 1.4 1995/01/14 22:30:32 wollman Exp $ PROG= compile_et SRCS= compile_et.c error_table.y CFLAGS+= -I. -I${.CURDIR}/../../lib/libcom_err -CLEANFILES+= et_lex.lex.c +CLEANFILES+= et_lex.lex.c y.tab.h DPADD+= ${LIBL} LDADD+= -ll -- cgit v1.2.3