From 5d86d72bfe682c15053e001dc54b77c33798034f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 5 Nov 2016 11:35:13 +0000 Subject: [PATCH] Remove distinfo files before making them. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef3539b2..7d68a04c 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,7 @@ dist: rm ${DISTFILEGZ} distinfo: dist + rm -f ${DISTINFO} ${DISTINFOSIGN} ${CKSUM} ${DISTFILE} >${DISTINFO} #printf "SIZE (${DISTFILE}) = %s\n" $$(wc -c <${DISTFILE}) >>${DISTINFO} ${PGP} --clearsign --output=${DISTINFOSIGN} ${DISTINFO} -- 2.47.2