From 41abdad5ec038a0a70cc30cb842dae9db470c8a7 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 25 Jun 2008 21:24:14 -0700 Subject: [PATCH] maybe now $O is right SVN=124764 --- src/cmd/ar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/ar/Makefile b/src/cmd/ar/Makefile index ef87ff38cb4..11f573e1079 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\