summaryrefslogtreecommitdiff
path: root/src/lib9/Makefile
diff options
context:
space:
mode:
authorEvan Shaw <chickencha@gmail.com>2011-03-15 14:42:18 -0400
committerEvan Shaw <chickencha@gmail.com>2011-03-15 14:42:18 -0400
commitb0c0c3b8c8359b91292a2a1ebba0568acb3a0bcc (patch)
tree994a915614f42da2a9449e59d6e8b64484cb1e44 /src/lib9/Makefile
parentbe858d101d7739b89edf2484bee9beff4ceceee6 (diff)
downloadgo-b0c0c3b8c8359b91292a2a1ebba0568acb3a0bcc.tar.gz
lib9, libmach: Change GOOS references to GOHOSTOS
This makes it possible to build Windows binaries on non-Windows OSes. R=golang-dev, rsc1, rsc CC=golang-dev http://codereview.appspot.com/4271046 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/lib9/Makefile')
-rw-r--r--src/lib9/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/Makefile b/src/lib9/Makefile
index a10d7730a..d222e2f53 100644
--- a/src/lib9/Makefile
+++ b/src/lib9/Makefile
@@ -82,7 +82,7 @@ LIB9OFILES=\
time.$O\
tokenize.$O\
-ifeq ($(GOOS),windows)
+ifeq ($(GOHOSTOS),windows)
LIB9OFILES+=\
win32.$O\