[Python-checkins] r71247 - python/branches/py3k-short-float-repr/Makefile.pre.in

eric.smith python-checkins at python.org
Sun Apr 5 18:12:47 CEST 2009


Author: eric.smith
Date: Sun Apr  5 18:12:46 2009
New Revision: 71247

Log:
Added dependency.

Modified:
   python/branches/py3k-short-float-repr/Makefile.pre.in

Modified: python/branches/py3k-short-float-repr/Makefile.pre.in
==============================================================================
--- python/branches/py3k-short-float-repr/Makefile.pre.in	(original)
+++ python/branches/py3k-short-float-repr/Makefile.pre.in	Sun Apr  5 18:12:46 2009
@@ -595,7 +595,8 @@
 Python/ceval.o: $(OPCODETARGETS_H)
 
 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
-				$(BYTESTR_DEPS)
+				$(BYTESTR_DEPS) \
+				$(srcdir)/Objects/stringlib/formatter.h
 
 
 ############################################################################


More information about the Python-checkins mailing list