Makefile: ln => ${LN}

This commit is contained in:
Darryl L. Miles 2025-01-08 08:58:55 +00:00 committed by R. Timothy Edwards
parent 6b0bc5bbdc
commit 6f304318ec
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ dist:
${RM} scripts/magic.spec magic-${VERSION} magic-${VERSION}.tgz
sed -e /@VERSION@/s%@VERSION@%${VERSION}% \
scripts/magic.spec.in > scripts/magic.spec
ln -nsf . magic-${VERSION}
${LN} -nsf . magic-${VERSION}
tar zchvf magic-${VERSION}.tgz --exclude CVS \
--exclude magic-${VERSION}/magic-${VERSION} \
--exclude magic-${VERSION}/magic-${VERSION}.tgz \