From: ceriel Date: Fri, 12 Dec 1986 17:54:21 +0000 (+0000) Subject: head_em now resides in system dependant library. X-Git-Tag: release-5-5~5087 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=70df23f6f81c8b3163c25999d2fb992d5a08fe14;p=ack.git head_em now resides in system dependant library. --- diff --git a/mach/vax4/libem/Makefile b/mach/vax4/libem/Makefile index d50c1ba9b..2177b3650 100644 --- a/mach/vax4/libem/Makefile +++ b/mach/vax4/libem/Makefile @@ -2,19 +2,14 @@ install: cp cp: all - ../../install head_em ../../install tail_em - rm -f head_em tail_em + rm -f tail_em cmp: all - -../../compare head_em -../../compare tail_em - rm -f head_em tail_em + rm -f tail_em -all: head_em tail_em - -head_em: head_em.s - vax4 -I../../../h -c head_em.s ; mv head_em.o head_em +all: tail_em tail_em: ASAR=ar ; export ASAR ;\ @@ -26,5 +21,5 @@ clean: opr: make pr | opr pr: - @pr `pwd`/Makefile `pwd`/head_em.s + @pr `pwd`/Makefile @pr -l33 `tail +1 LIST|sort`