mirror of https://github.com/python/cpython
Don't ignore pgen error (on "make Parser/pgen.stamp")
This commit is contained in:
parent
60fe499941
commit
e1c0c7c7b2
|
@ -577,7 +577,7 @@ $(IO_OBJS): $(IO_H)
|
|||
$(GRAMMAR_H) $(GRAMMAR_C): Parser/pgen.stamp
|
||||
Parser/pgen.stamp: $(PGEN) $(GRAMMAR_INPUT)
|
||||
-@$(INSTALL) -d Include
|
||||
-$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
|
||||
$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
|
||||
-touch Parser/pgen.stamp
|
||||
|
||||
$(PGEN): $(PGENOBJS)
|
||||
|
|
Loading…
Reference in New Issue