[Python-checkins] r68585 - python/branches/py3k/Makefile.pre.in
benjamin.peterson
python-checkins at python.org
Tue Jan 13 23:25:18 CET 2009
Author: benjamin.peterson
Date: Tue Jan 13 23:25:18 2009
New Revision: 68585
Log:
de-spacify
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 Tue Jan 13 23:25:18 2009
@@ -564,11 +564,11 @@
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
- $(BYTESTR_DEPS) \
- $(srcdir)/Objects/stringlib/formatter.h
+ $(BYTESTR_DEPS) \
+ $(srcdir)/Objects/stringlib/formatter.h
Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
- $(BYTESTR_DEPS)
+ $(BYTESTR_DEPS)
############################################################################
More information about the Python-checkins
mailing list