]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#5606: fix formatter.h dependencies in the Makefile.
authorGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 11:11:12 +0000 (11:11 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 11:11:12 +0000 (11:11 +0000)
Makefile.pre.in

index 0025307a7a7330e30166cdc2a85bdf4606a8c1bf..ba019d207484fc62235d84d164349a9bca380798 100644 (file)
@@ -585,8 +585,7 @@ Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
 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)
 
 $(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
        $(OPCODETARGETGEN) $(OPCODETARGETS_H)
@@ -594,7 +593,8 @@ $(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
 Python/ceval.o: $(OPCODETARGETS_H)
 
 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
-                               $(BYTESTR_DEPS)
+                               $(BYTESTR_DEPS) \
+                               $(srcdir)/Objects/stringlib/formatter.h
 
 
 ############################################################################