Add y.tab.h to CLEANFILES.

This commit is contained in:
Jordan K. Hubbard 1995-02-09 00:24:00 +00:00
parent a2d5fd1975
commit 819ab54771

View File

@ -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