From 9b6c26ad149a04106588f1655b3c9ae2f77b747d Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 7 Dec 1984 16:52:09 +0000 Subject: [PATCH] An efficiency change only. --- mach/pdp/libem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/libem/Makefile b/mach/pdp/libem/Makefile index ad3c8a0e9..5399c0692 100644 --- a/mach/pdp/libem/Makefile +++ b/mach/pdp/libem/Makefile @@ -12,7 +12,7 @@ cmp: all rm -f head_em tail_em distr: - arch cr `head -1 LIST` `tail +2 LIST` + arch cr `cat LIST` all: head_em tail_em -- 2.34.1