From 615e30bdd4b7cf8deab679451ba8f200ad36554c Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 21 Oct 1991 14:13:29 +0000 Subject: [PATCH] Added compilation rule for scan.c --- util/flex/proto.make | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1