[Python-3000-checkins] r65031 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-3000-checkins at python.org
Wed Jul 16 21:48:47 CEST 2008


Author: benjamin.peterson
Date: Wed Jul 16 21:48:47 2008
New Revision: 65031

Log:
fix dependencies

Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Wed Jul 16 21:48:47 2008
@@ -561,7 +561,8 @@
 Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS) 
 
 Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
-                                             $(BYTESTR_DEPS)
+                                             $(BYTESTR_DEPS) \
+                                             $(srcdir)/Objects/stringlib/formatter.h
 
 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
                                              $(BYTESTR_DEPS)


More information about the Python-3000-checkins mailing list