From: Rob Pike Date: Thu, 26 Jun 2008 04:24:14 +0000 (-0700) Subject: maybe now $O is right X-Git-Tag: weekly.2009-11-06~3619 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=41abdad5ec038a0a70cc30cb842dae9db470c8a7;p=gostls13.git maybe now $O is right SVN=124764 --- diff --git a/src/cmd/ar/Makefile b/src/cmd/ar/Makefile index ef87ff38cb..11f573e107 100644 --- a/src/cmd/ar/Makefile +++ b/src/cmd/ar/Makefile @@ -4,13 +4,13 @@ CFLAGS=-I$(GOROOT)/include BIN=$(HOME)/bin -O=6 +O=o # The directory is ar because the source is portable and general. # We call the binary 6ar to avoid confusion and because this binary # is linked only with amd64 and x86 support. -TARG=$(O)ar +TARG=6ar OFILES=\ ar.$O\