mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
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:
parent
eafe5e1c1c
commit
a7f24f529c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4851
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user