diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 08:46:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 08:46:24 (GMT) |
commit | 9411eeb522980f6239e5466a23417cdd8e6149a1 (patch) | |
tree | 50befd096a0dcfd8ffeeb87539dcb6c9e91b5bea /Makefile.pre.in | |
parent | 8f9f466505960a6cf83b58683cbc98e5d4abba7a (diff) | |
download | cpython-9411eeb522980f6239e5466a23417cdd8e6149a1.zip cpython-9411eeb522980f6239e5466a23417cdd8e6149a1.tar.gz cpython-9411eeb522980f6239e5466a23417cdd8e6149a1.tar.bz2 |
No need to split this, there are enough long lines.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3f5afad..f7e9f74 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 |