]> Cypherpunks repositories - gostls13.git/commitdiff
pkg/runtime/Makefile: sorted object module names.
authorLucio De Re <lucio.dere@gmail.com>
Sun, 11 Dec 2011 17:21:53 +0000 (09:21 -0800)
committerRob Pike <r@golang.org>
Sun, 11 Dec 2011 17:21:53 +0000 (09:21 -0800)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5479060

src/pkg/runtime/Makefile

index a7d8ce85fea258f1595b745db98897b12bb459e2..406c40e25e0c53a43f799094fafacac210bc79fe 100644 (file)
@@ -20,13 +20,13 @@ GOFILES=\
        error.go\
        extern.go\
        mem.go\
+       runtime_defs.go\
        sig.go\
        softfloat64.go\
        type.go\
        version.go\
        version_$(GOOS).go\
        version_$(GOARCH).go\
-       runtime_defs.go\
 
 CLEANFILES+=version.go version_*.go
 
@@ -69,9 +69,9 @@ OFILES=\
        cgocall.$O\
        chan.$O\
        closure.$O\
+       complex.$O\
        cpuprof.$O\
        float.$O\
-       complex.$O\
        hashmap.$O\
        iface.$O\
        malloc.$O\
@@ -87,10 +87,10 @@ OFILES=\
        msize.$O\
        print.$O\
        proc.$O\
+       rt0.$O\
        rune.$O\
        runtime.$O\
        runtime1.$O\
-       rt0.$O\
        sema.$O\
        signal.$O\
        sigqueue.$O\