mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Backout yacc changes
This commit is contained in:
parent
006f5fe068
commit
fc15a73012
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16069
@ -2,8 +2,12 @@
|
||||
# $Id: Makefile,v 1.8 1996/05/07 23:14:17 wosch Exp $
|
||||
|
||||
PROG= expr
|
||||
SRCS= expr.y
|
||||
CLEANFILES+= expr.c expr.tab.h
|
||||
SRCS= expr.c
|
||||
CLEANFILES+= expr.c y.tab.h
|
||||
|
||||
expr.c:
|
||||
${YACC} -d ${.IMPSRC}
|
||||
mv -f y.tab.c expr.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user