From e628144aeb2776f8d3a0be57d31a27d8fc470fb7 Mon Sep 17 00:00:00 2001 From: Lucio De Re Date: Sun, 11 Dec 2011 09:21:53 -0800 Subject: [PATCH] pkg/runtime/Makefile: sorted object module names. R=golang-dev, r CC=golang-dev https://golang.org/cl/5479060 --- src/pkg/runtime/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index a7d8ce85fe..406c40e25e 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile @@ -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\ -- 2.50.0