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 2145595 commit 0c0daf0Copy full SHA for 0c0daf0
1 file changed
Makefile.pre.in
@@ -585,16 +585,16 @@ Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
585
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
586
587
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
588
- $(BYTESTR_DEPS) \
589
- $(srcdir)/Objects/stringlib/formatter.h
+ $(BYTESTR_DEPS)
590
591
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
592
$(OPCODETARGETGEN) $(OPCODETARGETS_H)
593
594
Python/ceval.o: $(OPCODETARGETS_H)
595
596
Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
597
- $(BYTESTR_DEPS)
+ $(BYTESTR_DEPS) \
+ $(srcdir)/Objects/stringlib/formatter.h
598
599
600
############################################################################
0 commit comments