From: Benjamin Peterson Date: Tue, 9 Jun 2009 17:24:26 +0000 (+0000) Subject: make ast.c depend on the grammar X-Git-Tag: v2.7a1~997 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80ce61c0533c1bb9113be3371d43a6f82c122f36;p=python make ast.c depend on the grammar --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7e99da065d..71ded8e3d7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -541,7 +541,7 @@ $(AST_H): $(AST_ASDL) $(ASDLGEN_FILES) $(AST_C): $(AST_ASDL) $(ASDLGEN_FILES) $(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL) -Python/compile.o Python/symtable.o: $(GRAMMAR_H) $(AST_H) +Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H) Python/getplatform.o: $(srcdir)/Python/getplatform.c $(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c