scan.c must be read-write
authorceriel <none@none>
Thu, 12 Sep 1991 16:22:48 +0000 (16:22 +0000)
committerceriel <none@none>
Thu, 12 Sep 1991 16:22:48 +0000 (16:22 +0000)
util/flex/proto.make

index dae3525..05f6cd8 100644 (file)
@@ -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