From: ceriel Date: Mon, 21 Oct 1991 14:13:29 +0000 (+0000) Subject: Added compilation rule for scan.c X-Git-Tag: release-5-5~709 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=615e30bdd4b7cf8deab679451ba8f200ad36554c;p=ack.git Added compilation rule for scan.c --- diff --git a/util/flex/proto.make b/util/flex/proto.make index 0bd3afe3a..800593a6c 100644 --- a/util/flex/proto.make +++ b/util/flex/proto.make @@ -111,6 +111,7 @@ scan.c : $(SRC_DIR)/scan.l $(FLEX) $(FLEX_FLAGS) $(COMPRESSION) $(SRC_DIR)/scan.l >scan.c scan.$(SUF) : scan.c parse.h $(SRC_DIR)/flexdef.h + $(CC) $(CFLAGS) -c scan.c main.$(SUF) : $(SRC_DIR)/main.c $(SRC_DIR)/flexdef.h -mkdir $(AUXDIR)