Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9411eeb

Browse files
committed
No need to split this, there are enough long lines.
1 parent 8f9f466 commit 9411eeb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,7 @@ coverage:
417417

418418
# Build the interpreter
419419
$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
420-
$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ \
421-
Modules/python.o \
422-
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
420+
$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
423421

424422
platform: $(BUILDPYTHON)
425423
$(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform

0 commit comments

Comments
 (0)