1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:54:42 -07:00

maybe now $O is right

SVN=124764
This commit is contained in:
Rob Pike 2008-06-25 21:24:14 -07:00
parent 5132d10305
commit 41abdad5ec

View 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\