From 4a9138751abd2dbd2c2dbe86697fdd08718535c7 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 29 Jan 2012 10:14:36 -0800 Subject: cmd/go: c tools not used during compilation cov, nm, pprof, prof R=rsc, r, rsc CC=golang-dev https://golang.org/cl/5576067 --- src/cmd/nm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/nm') 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 -- cgit v1.3