From: Rob Pike Date: Thu, 26 Jun 2008 04:23:14 +0000 (-0700) Subject: O=6 not O=o X-Git-Tag: weekly.2009-11-06~3620 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5132d1030519857627d6810f370b896530b7e916;p=gostls13.git O=6 not O=o SVN=124763 --- diff --git a/src/cmd/ar/Makefile b/src/cmd/ar/Makefile index 62d47d4a28..ef87ff38cb 100644 --- a/src/cmd/ar/Makefile +++ b/src/cmd/ar/Makefile @@ -4,7 +4,7 @@ CFLAGS=-I$(GOROOT)/include BIN=$(HOME)/bin -O=o +O=6 # The directory is ar because the source is portable and general. # We call the binary 6ar to avoid confusion and because this binary