Skip to content

Commit

Permalink
make Python-ast.c depend on Python-ast.h
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 13, 2012
1 parent 1f7ce62 commit 1f918c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Expand Up @@ -614,7 +614,7 @@ Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
$(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)

$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
$(AST_C): $(AST_H) $(AST_ASDL) $(ASDLGEN_FILES)
$(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)

Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
Expand Down

0 comments on commit 1f918c1

Please sign in to comment.