also include ../read_em; C_out.c needs em_comp.h. We cannot install
authorceriel <none@none>
Tue, 24 Oct 1989 09:29:30 +0000 (09:29 +0000)
committerceriel <none@none>
Tue, 24 Oct 1989 09:29:30 +0000 (09:29 +0000)
read_em first, because that needs em_codeEK.h

modules/src/em_code/Makefile

index 69d6899..c7d2df9 100644 (file)
@@ -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