Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae3220 commit b197fecCopy full SHA for b197fec
1 file changed
Makefile.pre.in
@@ -564,11 +564,11 @@ Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
564
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
565
566
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
567
- $(BYTESTR_DEPS) \
568
- $(srcdir)/Objects/stringlib/formatter.h
+ $(BYTESTR_DEPS) \
+ $(srcdir)/Objects/stringlib/formatter.h
569
570
Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
571
- $(BYTESTR_DEPS)
+ $(BYTESTR_DEPS)
572
573
574
############################################################################
0 commit comments