From: ceriel Date: Wed, 5 Jun 1991 09:25:20 +0000 (+0000) Subject: Fixed Makefile X-Git-Tag: release-5-5~1111 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=44fda8e7d0b12636a8ab1b9cebe741fb6fad1fc9;p=ack.git Fixed Makefile --- diff --git a/util/ceg/as_parser/Makefile b/util/ceg/as_parser/Makefile index 72092df27..772f464df 100644 --- a/util/ceg/as_parser/Makefile +++ b/util/ceg/as_parser/Makefile @@ -17,7 +17,8 @@ LEXLIB = -ll all: as_parser eval/eval -as_parser: dummy $(OFILES) +as_parser: dummy + make $(OFILES) $(CC) -o as_parser $(OFILES) $(LIBS) $(LEXLIB) eval/eval: