Commit Diff


commit - bdb6cb9b8b2633c831f532e05cb1780710cde9a8
commit + 8cc1bc1fdb0f1e450f507433ae7845087d23f09b
blob - da721544f367f951983e552c46e9e3791ba10f65
blob + 3009e346a8d5ff1d82d8c7266688a122f425b807
--- gotd/Makefile
+++ gotd/Makefile
@@ -17,6 +17,8 @@ SRCS=		gotd.c auth.c repo_read.c repo_write.c log.c pr
 		hash.c sigs.c pack_create_io.c pollfd.c reference_parse.c \
 		repo_imsg.c pack_index.c session.c
 
+CLEANFILES = parse.h
+
 MAN =		${PROG}.conf.5 ${PROG}.8
 
 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR}
blob - 0c0374f5265adba538b5d25e506b1cb96852f4ff
blob + f148074e84910d2c34cba8f1bfe2985898b5d79a
--- gotwebd/libexec/got-read-gotconfig/Makefile
+++ gotwebd/libexec/got-read-gotconfig/Makefile
@@ -12,6 +12,8 @@ LDADD = -lutil -lz
 DPADD = ${LIBZ} ${LIBUTIL}
 LDSTATIC = ${STATIC}
 
+CLEANFILES = parse.h
+
 .PATH:	${.CURDIR}/../../../lib ${.CURDIR}/../../../libexec/got-read-gotconfig
 
 .include <bsd.prog.mk>
blob - 08f08947dfc6447c28fc9b2ada1e6798650737b1
blob + 044ef784dc31510af95cba76b60908fe505a9eae
--- libexec/got-read-gotconfig/Makefile
+++ libexec/got-read-gotconfig/Makefile
@@ -9,6 +9,8 @@ SRCS=		got-read-gotconfig.c error.c inflate.c object_p
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib -I${.CURDIR}
 YFLAGS =
 
+CLEANFILES = parse.h
+
 .if defined(PROFILE)
 LDADD = -lutil_p -lz_p
 .else
blob - 7e0674cdc057692674c4bc70e39bb8a1a09f9ab5
blob + c28f9632ba72e03823e63e1d749f832fbb724ca6
--- template/Makefile
+++ template/Makefile
@@ -1,6 +1,8 @@
 PROG=	template
 SRCS=	template.c parse.y
 
+CLEANFILES = parse.h
+
 MAN=	template.1 template.7
 
 YFLAGS =