diff options
| author | Rob Pike <r@golang.org> | 2008-06-12 13:38:54 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-06-12 13:38:54 -0700 |
| commit | e2e6b7e4cc52055ab3461285dac731f9075b6b85 (patch) | |
| tree | 2a616a3389f101b89342abfe73bfe123c41d479e /src | |
| parent | 24dbd2413b8f0c7dd9d366dd5d06bd09ecac0c80 (diff) | |
| download | go-e2e6b7e4cc52055ab3461285dac731f9075b6b85.tar.xz | |
remove reference to 9ar
SVN=122487
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/gc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/Makefile b/src/cmd/gc/Makefile index a67ab17b03..25794c3f23 100644 --- a/src/cmd/gc/Makefile +++ b/src/cmd/gc/Makefile @@ -29,7 +29,7 @@ OFILES=\ sysimport.$O\ $(LIB): $(OFILES) - 9ar rsc $(LIB) $(OFILES) + ar rsc $(LIB) $(OFILES) $(OFILES): $(HFILES) |
