From 2464087bda04dc5f49667096a3d7998907a1108b Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Fri, 12 Jan 2007 09:35:56 +0000 Subject: add parsetok.h as a dependency - previously, changing this file doesn't cause the right files to be rebuilt. --- Makefile.pre.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 4ba5d85..1452398 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -483,6 +483,8 @@ Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c Parser/tokenizer_pgen.o: $(srcdir)/Parser/tokenizer.c +Parser/pgenmain.o: $(srcdir)/Include/parsetok.h + $(AST_H): $(AST_ASDL) $(ASDLGEN_FILES) $(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL) @@ -535,6 +537,7 @@ PYTHON_HEADERS= \ Include/moduleobject.h \ Include/object.h \ Include/objimpl.h \ + Include/parsetok.h \ Include/patchlevel.h \ Include/pyarena.h \ Include/pydebug.h \ -- cgit v0.12