From: keie Date: Fri, 7 Dec 1984 16:52:09 +0000 (+0000) Subject: An efficiency change only. X-Git-Tag: release-5-5~5882 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9b6c26ad149a04106588f1655b3c9ae2f77b747d;p=ack.git An efficiency change only. --- 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