]> Cypherpunks repositories - gostls13.git/commitdiff
maybe now $O is right
authorRob Pike <r@golang.org>
Thu, 26 Jun 2008 04:24:14 +0000 (21:24 -0700)
committerRob Pike <r@golang.org>
Thu, 26 Jun 2008 04:24:14 +0000 (21:24 -0700)
SVN=124764

src/cmd/ar/Makefile

index ef87ff38cb4be63fdffcdf75cf1f84257df3bf50..11f573e10798cce49f2ab3a0e3e6bc0cbcb45dc7 100644 (file)
@@ -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\