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=\
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\
......
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