From aa24841c87add5f028aa9c883aaadfa31872a2cd Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 25 Sep 1991 15:03:05 +0000 Subject: [PATCH] removed tst.ocm; did not compile --- lang/occam/test/.distr | 1 - lang/occam/test/Makefile | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/occam/test/.distr b/lang/occam/test/.distr index 64c1c1659..6180270d7 100644 --- a/lang/occam/test/.distr +++ b/lang/occam/test/.distr @@ -7,6 +7,5 @@ key.ocm lifegame.ocm matmul.ocm sort.ocm -tst.ocm use_prnt.ocm xxtoy.ocm diff --git a/lang/occam/test/Makefile b/lang/occam/test/Makefile index caf85228c..d07ddb2b5 100644 --- a/lang/occam/test/Makefile +++ b/lang/occam/test/Makefile @@ -3,7 +3,7 @@ .ocm.o: ack -c $< -ALL = Huffman aatob copy key lifegame matmul sort tst use_prnt xxtoy +ALL = Huffman aatob copy key lifegame matmul sort use_prnt xxtoy all: $(ALL) @@ -38,5 +38,3 @@ matmul: matmul.o ack -.ocm -o matmul matmul.o sort: sort.o ack -.ocm -o sort sort.o -tst: tst.o - ack -.ocm -o tst tst.o -- 2.34.1