scan.c must be read-write
This commit is contained in:
parent
a82fde69c3
commit
90e969b5ba
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue