also include ../read_em; C_out.c needs em_comp.h. We cannot install

read_em first, because that needs em_codeEK.h
This commit is contained in:
ceriel 1989-10-24 09:29:30 +00:00
parent dfb4d0c576
commit 1e3b6137d4

View file

@ -2,7 +2,7 @@ EMHOME = ../../..
ETC = $(EMHOME)/etc ETC = $(EMHOME)/etc
INSTALL = $(EMHOME)/modules/install INSTALL = $(EMHOME)/modules/install
COMPARE = $(EMHOME)/modules/compare COMPARE = $(EMHOME)/modules/compare
CFLAGS = -I$(EMHOME)/h -I$(EMHOME)/modules/h -I. -O $(COPT) CFLAGS = -I$(EMHOME)/h -I$(EMHOME)/modules/h -I$(EMHOME)/modules/src/read_em -I. -O $(COPT)
AR = ar AR = ar
SUF = o SUF = o
LIBSUF = a LIBSUF = a