summaryrefslogtreecommitdiffstats
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
commit5d86d72bfe682c15053e001dc54b77c33798034f (patch)
tree8e9a4b52bcb938c7df21507659be42afd3ee2d9c
parent242da14d812bf2de7260fdfab8b3677a414938cb (diff)
downloaddhcpcd-5d86d72bfe682c15053e001dc54b77c33798034f.tar.xz
Remove distinfo files before making them.
-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}