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)