Skip to content

Commit

Permalink
Simplified using new yacc rules and by not generating y.tab.h. The
Browse files Browse the repository at this point in the history
lex source is still handled bogusly.
  • Loading branch information
Bruce Evans authored and Bruce Evans committed May 4, 1998
1 parent ef87dd8 commit 2cf0660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usr.bin/compile_et/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# $Id: Makefile,v 1.7 1997/02/22 19:54:44 peter Exp $
# $Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $

PROG= compile_et
SRCS= compile_et.c error_table.c
SRCS= compile_et.c error_table.y
CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
LFLAGS+=-l
YFLAGS=
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES= error_table.c et_lex.lex.c y.tab.h
CLEANFILES= et_lex.lex.c

error_table.o: et_lex.lex.c

Expand Down

0 comments on commit 2cf0660

Please sign in to comment.