From 5ffe3a4280a8bf2961e8bdfe3a53aa79eb28b262 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Jun 1988 10:51:16 +0000 Subject: [PATCH] added ACK entries to Makefile --- util/int/test/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util/int/test/Makefile b/util/int/test/Makefile index fa6477d00..0bf41bb9d 100644 --- a/util/int/test/Makefile +++ b/util/int/test/Makefile @@ -1,6 +1,6 @@ # $Header$ -EM = /usr/em# # EM tree +EM = ../../..# # EM tree .SUFFIXES: .em22 .em24 .em44 @@ -26,3 +26,9 @@ clean: rm -f e.out core mon.out int.mess int.log int.core int.tally \ *.k *.m *.o *.s *.em?? a.out +distr: .distr + +.distr: + echo *.[cp] Makefile READ_ME | tr ' ' '\012' > .distr + +all install cmp pr opr: -- 2.34.1