Browse Source

Prevent the existence of pem2[24].p to frustate the ln and thus
the whole exercise.

keie 39 years ago
parent
commit
569c6fedec
1 changed files with 4 additions and 2 deletions
  1. 4 2
      lang/pc/pem/Makefile

+ 4 - 2
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