summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-11-05 11:35:13 +0000
committerRoy Marples <roy@marples.name>2016-11-05 11:35:13 +0000
commit84e0480859503c80319f8fd0d75b590308cf224d (patch)
tree8e9a4b52bcb938c7df21507659be42afd3ee2d9c /Makefile
parentded07a1c586b1fb03fa6fd89289c12866b8b4171 (diff)
downloaddhcpcd-84e0480859503c80319f8fd0d75b590308cf224d.tar.xz
Remove distinfo files before making them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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}