From: ceriel Date: Tue, 24 Oct 1989 09:29:30 +0000 (+0000) Subject: also include ../read_em; C_out.c needs em_comp.h. We cannot install X-Git-Tag: release-5-5~2173 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1e3b6137d42b636476dd9702ee90738778642079;p=ack.git also include ../read_em; C_out.c needs em_comp.h. We cannot install read_em first, because that needs em_codeEK.h --- 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