From a7e89e119c6e614879af3564e72fc0c3da9397d4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 1 Jun 1987 08:56:50 +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 20ca7998..55738637 100644 --- a/doc/occam/Makefile +++ b/doc/occam/Makefile @@ -8,7 +8,7 @@ TBL=tbl cat $(FILES) | $(PIC) | $(TBL) | $(EQN) > $@ channel.h.t: $(EMHOME)/h/ocm_chan.h - ctot <$(CDIR)/h/ocm_chan.h >channel.h.t + ctot <$(EMHOME)/h/ocm_chan.h >channel.h.t channel.c.t: channel.c ctot channel.c.t