From 6f304318ec01218a13ad2009331770bbb9b8c40b Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 8 Jan 2025 08:58:55 +0000 Subject: [PATCH] Makefile: ln => ${LN} --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3895f4b1..1a88bf7e 100644 --- a/Makefile +++ b/Makefile @@ -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 \