diff options
| author | Roy Marples <roy@marples.name> | 2016-11-05 11:35:13 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-05 11:35:13 +0000 |
| commit | 5d86d72bfe682c15053e001dc54b77c33798034f (patch) | |
| tree | 8e9a4b52bcb938c7df21507659be42afd3ee2d9c | |
| parent | 242da14d812bf2de7260fdfab8b3677a414938cb (diff) | |
| download | dhcpcd-5d86d72bfe682c15053e001dc54b77c33798034f.tar.xz | |
Remove distinfo files before making them.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |
