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

src/cmd/gc/Makefile

index a67ab17b03bed6052a8fd8fb5361f822e18e2c80..25794c3f23650229ae14ff10bfd30d11c2789589 100644 (file)
@@ -29,7 +29,7 @@ OFILES=\
        sysimport.$O\
 
 $(LIB): $(OFILES)
-       9ar rsc $(LIB) $(OFILES)
+       ar rsc $(LIB) $(OFILES)
 
 $(OFILES): $(HFILES)