From: ceriel Date: Thu, 12 Sep 1991 16:22:48 +0000 (+0000) Subject: scan.c must be read-write X-Git-Tag: release-5-5~904 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=90e969b5ba9c9691fef39cf46de50b63dbf8760d;p=ack.git scan.c must be read-write --- 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