Add the files y.tab.h and a2p.c that get automatically generated to

the CLEANFILES target. Remove the file a2p.c from the source tree, this get
generated anew from a2p.y.
This commit is contained in:
Andreas Schulz 1994-11-28 18:30:44 +00:00
parent eafe5e1c1c
commit a7f24f529c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4851

View File

@ -3,6 +3,7 @@ PROG= a2p
SRCS+= a2p.c hash.c str.c walk.c util.c
CFLAGS+= -I${.CURDIR}/../perl
CLEANFILES+= y.tab.h a2p.c
LDADD= -lm
DPADD= ${LIBM}