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
@ -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