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 05212a1 commit 000b0dcCopy full SHA for 000b0dc
1 file changed
Makefile.pre.in
@@ -561,7 +561,8 @@ Objects/stringobject.o: $(srcdir)/Objects/stringobject.c $(BYTESTR_DEPS)
561
Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
562
563
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
564
- $(BYTESTR_DEPS)
+ $(BYTESTR_DEPS) \
565
+ $(srcdir)/Objects/stringlib/formatter.h
566
567
Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
568
$(BYTESTR_DEPS)
0 commit comments