fixed Makefile
authorceriel <none@none>
Mon, 1 Jun 1987 08:56:50 +0000 (08:56 +0000)
committerceriel <none@none>
Mon, 1 Jun 1987 08:56:50 +0000 (08:56 +0000)
doc/occam/Makefile

index 20ca799..5573863 100644 (file)
@@ -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 >channel.c.t