From a7f24f529ce01ff57dc9f04c590cecbc6cf317ea Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Mon, 28 Nov 1994 18:30:44 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/perl/x2p/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile index 2d0531ebeec..952c3599ff2 100644 --- a/gnu/usr.bin/perl/x2p/Makefile +++ b/gnu/usr.bin/perl/x2p/Makefile @@ -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}