Browse Source

also include ../read_em; C_out.c needs em_comp.h. We cannot install
read_em first, because that needs em_codeEK.h

ceriel 35 years ago
parent
commit
cfef5ca890
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/src/em_code/Makefile

+ 1 - 1
modules/src/em_code/Makefile

@@ -2,7 +2,7 @@ EMHOME = ../../..
 ETC = $(EMHOME)/etc
 INSTALL = $(EMHOME)/modules/install
 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
 SUF = o
 LIBSUF = a