scan.c must be read-write
This commit is contained in:
parent
a82fde69c3
commit
90e969b5ba
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ flex : $(FLEXOBJS)
|
||||||
|
|
||||||
first_flex:
|
first_flex:
|
||||||
cp $(SRC_DIR)/initscan.c scan.c
|
cp $(SRC_DIR)/initscan.c scan.c
|
||||||
|
chmod +w scan.c
|
||||||
make $(MFLAGS) flex
|
make $(MFLAGS) flex
|
||||||
|
|
||||||
parse.h parse.c : $(SRC_DIR)/parse.y
|
parse.h parse.c : $(SRC_DIR)/parse.y
|
||||||
|
|
Loading…
Add table
Reference in a new issue