aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-25 21:24:14 -0700
committerRob Pike <r@golang.org>2008-06-25 21:24:14 -0700
commit41abdad5ec038a0a70cc30cb842dae9db470c8a7 (patch)
treea1fd41c7420a2dd769e47da02a4dcdfbec0ef2e3 /src
parent5132d1030519857627d6810f370b896530b7e916 (diff)
downloadgo-41abdad5ec038a0a70cc30cb842dae9db470c8a7.tar.xz
maybe now $O is right
SVN=124764
Diffstat (limited to 'src')
-rw-r--r--src/cmd/ar/Makefile4
1 files changed, 2 insertions, 2 deletions
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\