scan.c must be read-write

This commit is contained in:
ceriel 1991-09-12 16:22:48 +00:00
parent a82fde69c3
commit 90e969b5ba

View 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