]> granicus.if.org Git - python/commitdiff
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
authorCharles-François Natali <cf.natali@gmail.com>
Sun, 15 Dec 2013 18:07:44 +0000 (19:07 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 15 Dec 2013 18:07:44 +0000 (19:07 +0100)
makefile.

Makefile.pre.in

index 043919398cbf586582ee9bf6d4ad1999c3995c77..c1a7f958619108eb881bf124f5a9a3046c4c45ad 100644 (file)
@@ -750,7 +750,8 @@ PYTHON_HEADERS= \
                Include/warnings.h \
                Include/weakrefobject.h \
                pyconfig.h \
-               $(PARSER_HEADERS)
+               $(PARSER_HEADERS) \
+               $(AST_H)
 
 $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)