From 1e3b6137d42b636476dd9702ee90738778642079 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 24 Oct 1989 09:29:30 +0000 Subject: [PATCH] also include ../read_em; C_out.c needs em_comp.h. We cannot install read_em first, because that needs em_codeEK.h --- modules/src/em_code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/src/em_code/Makefile b/modules/src/em_code/Makefile index 69d68999f..c7d2df901 100644 --- a/modules/src/em_code/Makefile +++ b/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 -- 2.34.1