]> 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:09:00 +0000 (19:09 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 15 Dec 2013 18:09:00 +0000 (19:09 +0100)
makefile.

Makefile.pre.in

index a6aa97577685db19e00862897555058a22c0099d..e97b07b24b12c94a3a112055c3a12a76168bfbe0 100644 (file)
@@ -848,7 +848,8 @@ PYTHON_HEADERS= \
                $(srcdir)/Include/warnings.h \
                $(srcdir)/Include/weakrefobject.h \
                pyconfig.h \
-               $(PARSER_HEADERS)
+               $(PARSER_HEADERS) \
+               $(AST_H)
 
 $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)