]> granicus.if.org Git - python/commitdiff
No need to split this, there are enough long lines.
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 08:46:24 +0000 (08:46 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 08:46:24 +0000 (08:46 +0000)
Makefile.pre.in

index 3f5afad970c5a67c8a8caf10eee391abe4520f1f..f7e9f7445945eac05c9ce04bd8ab3fa98a6c7993 100644 (file)
@@ -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