=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/compile_et/Attic/Makefile 1996/11/11 05:06:33 1.1 +++ src/usr.bin/compile_et/Attic/Makefile 2000/02/19 12:07:17 1.2 @@ -1,11 +1,14 @@ -# $OpenBSD: Makefile,v 1.1 1996/11/11 05:06:33 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/19 12:07:17 hin Exp $ PROG= compile_et -SRCS= compile_et.c error_table.y #et_lex.lex.l +SRCS= compile_et.c error_table.c et_lex.lex.l CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libcom_err DPADD= ${LIBL} LDADD= -ll -CLEANFILES=error_table.c y.tab.h et_lex.lex.c +CLEANFILES=error_table.h error_table.c y.tab.h et_lex.lex.c + +error_table.h error_table.c: error_table.y + ${YACC} -d -o error_table.c ${.CURDIR}/error_table.y beforedepend: et_lex.lex.c error_table.o: et_lex.lex.c