From: ceriel Date: Mon, 16 Oct 1989 09:24:52 +0000 (+0000) Subject: improved: did not work with SunOs 4.0 make X-Git-Tag: release-5-5~2215 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d7e23d9466462bcf2f9f95dcccf985a4b5c82f47;p=ack.git improved: did not work with SunOs 4.0 make --- diff --git a/util/ceg/EM_parser/common/Makefile b/util/ceg/EM_parser/common/Makefile index cdfef6b53..cef1cf064 100644 --- a/util/ceg/EM_parser/common/Makefile +++ b/util/ceg/EM_parser/common/Makefile @@ -11,7 +11,8 @@ IFILES = -I$(EM)/h -I$(EM)/modules/h CC = cc CFLAGS = $(IFILES) -all : dummy $(OFILES) +all : dummy + make $(OFILES) dummy : $(GFILES) LLgen $(LLOPT) $(GFILES)