aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/nm/Makefile')
-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