]> Cypherpunks repositories - gostls13.git/commitdiff
remove reference to 9ar
authorRob Pike <r@golang.org>
Thu, 12 Jun 2008 20:37:54 +0000 (13:37 -0700)
committerRob Pike <r@golang.org>
Thu, 12 Jun 2008 20:37:54 +0000 (13:37 -0700)
SVN=122486

src/cmd/cc/Makefile

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