From: ceriel Date: Mon, 15 Jan 1990 11:47:10 +0000 (+0000) Subject: do not remove targets for install or cmp X-Git-Tag: release-5-5~1944 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2138609918ba72fda34b1f89d539aa1654258bc2;p=ack.git do not remove targets for install or cmp --- diff --git a/mach/vax4/libbsd4_2/Makefile b/mach/vax4/libbsd4_2/Makefile index 5f89b13fa..e4f5b820e 100644 --- a/mach/vax4/libbsd4_2/Makefile +++ b/mach/vax4/libbsd4_2/Makefile @@ -2,19 +2,17 @@ install: cp cp: all - ../../install head_em + ../../install head_em head_em.o ../../install tail_mon - rm -f head_em tail_mon cmp: all -../../compare head_em -../../compare tail_mon - rm -f head_em tail_mon all: head_em tail_mon head_em: head_em.s - vax4 -I../../../h -c head_em.s ; mv head_em.o head_em + vax4 -I../../../h -c head_em.s tail_mon: ASAR=aal ; export ASAR ;\