fixed Makefile

This commit is contained in:
ceriel 1987-06-01 08:56:50 +00:00
parent 208864add2
commit a7e89e119c

View 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