Backout yacc changes
This commit is contained in:
parent
bda4fa3d4c
commit
c2282491a3
@ -2,8 +2,12 @@
|
|||||||
# $Id: Makefile,v 1.8 1996/05/07 23:14:17 wosch Exp $
|
# $Id: Makefile,v 1.8 1996/05/07 23:14:17 wosch Exp $
|
||||||
|
|
||||||
PROG= expr
|
PROG= expr
|
||||||
SRCS= expr.y
|
SRCS= expr.c
|
||||||
CLEANFILES+= expr.c expr.tab.h
|
CLEANFILES+= expr.c y.tab.h
|
||||||
|
|
||||||
|
expr.c:
|
||||||
|
${YACC} -d ${.IMPSRC}
|
||||||
|
mv -f y.tab.c expr.c
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user