diff options
Diffstat (limited to 'src/cmd/make.bash')
| -rwxr-xr-x | src/cmd/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash index 18ca845edd..63da74625c 100755 --- a/src/cmd/make.bash +++ b/src/cmd/make.bash @@ -19,7 +19,7 @@ gomake enam.o cd .. # Note: commands written in Go are not listed here. -# They are in ../make.bash so that they can be built +# They are in ../pkg/Makefile so that they can be built # after the Go libraries on which they depend. for i in cc ${O}l ${O}a ${O}c gc ${O}g cov godefs gopack gotest nm prof do |
