mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-133376: build: allow parser.c to be created if missing (#133378)
This commit is contained in:
parent
3f80165a26
commit
51d2459e4d
1 changed files with 1 additions and 1 deletions
|
@ -1948,7 +1948,7 @@ regen-pegen:
|
|||
$(srcdir)/Grammar/python.gram \
|
||||
$(srcdir)/Grammar/Tokens \
|
||||
-o $(srcdir)/Parser/parser.c.new
|
||||
$(UPDATE_FILE) $(srcdir)/Parser/parser.c $(srcdir)/Parser/parser.c.new
|
||||
$(UPDATE_FILE) --create $(srcdir)/Parser/parser.c $(srcdir)/Parser/parser.c.new
|
||||
|
||||
.PHONY: regen-ast
|
||||
regen-ast:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue