fixed Makefile

This commit is contained in:
ceriel 1987-06-01 08:56:50 +00:00
parent bb9b16ab50
commit e3ce64b2a2

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