From ed7105e2cff5b4a30d4cb46adb2cce7365859904 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 1 Jun 1987 08:59:07 +0000 Subject: [PATCH] fixed Makefile --- doc/occam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/occam/Makefile b/doc/occam/Makefile index 557386371..71583865d 100644 --- a/doc/occam/Makefile +++ b/doc/occam/Makefile @@ -14,4 +14,4 @@ channel.c.t: channel.c ctot channel.c.t channel.c: $(EMHOME)/lang/occam/lib/tail_ocm.a - arch x tail_ocm.a channel.c + arch x $(EMHOME)/lang/occam/lib/tail_ocm.a channel.c -- 2.34.1