]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
chore: fix release
authorRoy Marples <roy@marples.name>
Thu, 20 Apr 2023 11:12:14 +0000 (12:12 +0100)
committerRoy Marples <roy@marples.name>
Thu, 20 Apr 2023 11:15:57 +0000 (12:15 +0100)
Makefile

index db6ad77464d1eb241937455e51a16e3657055f62..60c94fc960346d1728f9dacc1762319d63f33833 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,12 +72,12 @@ distinfo: dist
        chmod 644 ${DISTSIGN}
        ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN}
 
-{$DISTINFOMD}: ${DISTINFO}
+${DISTINFOMD}: ${DISTINFO}
        echo '```' >${DISTINFOMD}
        cat ${DISTINFO} >>${DISTINFOMD}
        echo '```' >>${DISTINFOMD}
 
-release: distinfo
+release: distinfo ${DISTINFOMD}
        gh release create v${VERSION} \
                --title "dhcpcd ${VERSION}" --draft --generate-notes \
                --notes-file ${DISTINFOMD} \