benjamin.peterson
2008-07-16 19:48:47 UTC
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)
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)