aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-01-29 10:14:36 -0800
committerRob Pike <r@golang.org>2012-01-29 10:14:36 -0800
commit4a9138751abd2dbd2c2dbe86697fdd08718535c7 (patch)
tree772fb0a4b9607a2177307539bab60a65747908e2 /src/cmd/nm
parent916eea04f8109a9ef8383341d00b884a9d687399 (diff)
downloadgo-4a9138751abd2dbd2c2dbe86697fdd08718535c7.tar.xz
cmd/go: c tools not used during compilation
cov, nm, pprof, prof R=rsc, r, rsc CC=golang-dev https://golang.org/cl/5576067
Diffstat (limited to 'src/cmd/nm')
-rw-r--r--src/cmd/nm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/nm/Makefile b/src/cmd/nm/Makefile
index 81bc348deb..f2a89d83f5 100644
--- a/src/cmd/nm/Makefile
+++ b/src/cmd/nm/Makefile
@@ -8,8 +8,8 @@ O:=$(HOST_O)
# The directory is nm because the source is portable and general.
# We call the binary 6nm to avoid confusion with the host nm.
-TARG=6nm
+TARG=nm
OFILES=\
nm.$O\
-include ../../Make.ccmd
+include ../../Make.ctool