From: keie Date: Mon, 4 Feb 1985 02:53:18 +0000 (+0000) Subject: Prevent the existence of pem2[24].p to frustate the ln and thus X-Git-Tag: release-5-5~5673 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5a6676cc53ce3472bccaf607b199b6727c2817a0;p=ack.git Prevent the existence of pem2[24].p to frustate the ln and thus the whole exercise. --- diff --git a/lang/pc/pem/Makefile b/lang/pc/pem/Makefile index 0019f84b8..ce465ab05 100644 --- a/lang/pc/pem/Makefile +++ b/lang/pc/pem/Makefile @@ -29,8 +29,10 @@ install: pem cp pem $(PEM) distr: - ln pem.p pem22.p ; apc -mpdp -c.m -I$h pem22.p ; rm -f pem22.p - ln pem.p pem24.p ; apc -mvax2 -c.m -I$h pem24.p ; rm -f pem24.p + rm -f pem22.p ; ln pem.p pem22.p + apc -mpdp -c.m -I$h pem22.p ; rm -f pem22.p + rm -f pem24.p ; ln pem.p pem24.p + apc -mvax2 -c.m -I$h pem24.p ; rm -f pem24.p clean: -rm -f pem pem.out *.[os] *.old