Commit e628144a authored by Lucio De Re's avatar Lucio De Re Committed by Rob Pike

pkg/runtime/Makefile: sorted object module names.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5479060
parent 3308891c
...@@ -20,13 +20,13 @@ GOFILES=\ ...@@ -20,13 +20,13 @@ GOFILES=\
error.go\ error.go\
extern.go\ extern.go\
mem.go\ mem.go\
runtime_defs.go\
sig.go\ sig.go\
softfloat64.go\ softfloat64.go\
type.go\ type.go\
version.go\ version.go\
version_$(GOOS).go\ version_$(GOOS).go\
version_$(GOARCH).go\ version_$(GOARCH).go\
runtime_defs.go\
CLEANFILES+=version.go version_*.go CLEANFILES+=version.go version_*.go
...@@ -69,9 +69,9 @@ OFILES=\ ...@@ -69,9 +69,9 @@ OFILES=\
cgocall.$O\ cgocall.$O\
chan.$O\ chan.$O\
closure.$O\ closure.$O\
complex.$O\
cpuprof.$O\ cpuprof.$O\
float.$O\ float.$O\
complex.$O\
hashmap.$O\ hashmap.$O\
iface.$O\ iface.$O\
malloc.$O\ malloc.$O\
...@@ -87,10 +87,10 @@ OFILES=\ ...@@ -87,10 +87,10 @@ OFILES=\
msize.$O\ msize.$O\
print.$O\ print.$O\
proc.$O\ proc.$O\
rt0.$O\
rune.$O\ rune.$O\
runtime.$O\ runtime.$O\
runtime1.$O\ runtime1.$O\
rt0.$O\
sema.$O\ sema.$O\
signal.$O\ signal.$O\
sigqueue.$O\ sigqueue.$O\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment