From: Roy Marples Date: Sat, 5 Nov 2016 11:35:39 +0000 (+0000) Subject: Remove distinfo files before making them. X-Git-Tag: v6.11.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1183b73098ac2daa5d010463157b8d95b4e15785;p=thirdparty%2Fdhcpcd.git Remove distinfo files before making them. --- diff --git a/Makefile b/Makefile index fce559e5..f8934e48 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}