]> Cypherpunks repositories - gostls13.git/commit
Make.cmd: remove $(OFILES)
authorEric Clark <zerohp@gmail.com>
Tue, 12 Oct 2010 02:39:37 +0000 (22:39 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 Oct 2010 02:39:37 +0000 (22:39 -0400)
commitfcc0c002289175839265ac8dde2c35d8c56f6095
tree59891a08c37e383f615cc9701cb312566f45e880
parente6ecf9765ae8aca669f192aff9a112b6fa10dfcb
Make.cmd: remove $(OFILES)

The linker doesn't support multiple object files (maybe it did in the past?)

R=rsc
CC=golang-dev
https://golang.org/cl/2444041
src/Make.cmd