From ae1840341fd8d805a6a9c912355276fb4b7d2fe7 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 55738637..71583865 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