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:
parent
dfb4d0c576
commit
1e3b6137d4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue