From e3ce64b2a27fd2f7e2b69e1e298749057e010f93 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 20ca79987..557386371 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 -- 2.34.1