From 90e969b5ba9c9691fef39cf46de50b63dbf8760d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Sep 1991 16:22:48 +0000 Subject: [PATCH] scan.c must be read-write --- util/flex/proto.make | 1 + 1 file changed, 1 insertion(+) diff --git a/util/flex/proto.make b/util/flex/proto.make index dae3525e0..05f6cd832 100644 --- a/util/flex/proto.make +++ b/util/flex/proto.make @@ -99,6 +99,7 @@ flex : $(FLEXOBJS) first_flex: cp $(SRC_DIR)/initscan.c scan.c + chmod +w scan.c make $(MFLAGS) flex parse.h parse.c : $(SRC_DIR)/parse.y -- 2.34.1