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

remove reference to 9ar

SVN=122486
This commit is contained in:
Rob Pike 2008-06-12 13:37:54 -07:00
parent d024fb4ae4
commit 24dbd2413b

View File

@ -37,7 +37,7 @@ OFILES=\
compat.$O\
$(LIB): $(OFILES)
9ar rsc $(LIB) $(OFILES)
ar rsc $(LIB) $(OFILES)
$(OFILES): $(HFILES)