summaryrefslogtreecommitdiff
path: root/src/lib9/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-01 18:25:40 -0500
committerRuss Cox <rsc@golang.org>2012-02-01 18:25:40 -0500
commit461d0b484d348ef33979e1b023d9d09f9c9d3506 (patch)
tree74f33fd541581710b8364ed1593f37c923338d31 /src/lib9/Makefile
parent8e7988882d809a23fd25ed408d170637580a289d (diff)
downloadgo-461d0b484d348ef33979e1b023d9d09f9c9d3506.tar.gz
lib9: make safe for automatic builds
R=golang-dev, adg, bradfitz CC=golang-dev http://codereview.appspot.com/5615046
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 bf1bf41a1..8667c8f35 100644
--- a/src/lib9/Makefile
+++ b/src/lib9/Makefile
@@ -85,7 +85,7 @@ LIB9OFILES=\
ifeq ($(GOHOSTOS),windows)
LIB9OFILES+=\
- win32.$O\
+ windows.$O\
else
LIB9OFILES+=\