From: Georg Brandl Date: Sun, 1 Aug 2010 08:46:24 +0000 (+0000) Subject: No need to split this, there are enough long lines. X-Git-Tag: v3.2a2~574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9411eeb522980f6239e5466a23417cdd8e6149a1;p=python No need to split this, there are enough long lines. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3f5afad970..f7e9f74459 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -417,9 +417,7 @@ coverage: # Build the interpreter $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY) - $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ \ - Modules/python.o \ - $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) + $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) platform: $(BUILDPYTHON) $(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform