summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2013-01-03 04:49:50 +0000
committerRobert Mustacchi <rm@joyent.com>2013-01-03 04:49:50 +0000
commit3764ac40a19517d3e590b1fccc743021c0374f63 (patch)
tree58d4135fe4c8e53bd604a2ad63e373038caad243
parent6a5b6fe813002000089dc255da0a5599557524f9 (diff)
downloadillumos-joyent-3764ac40a19517d3e590b1fccc743021c0374f63.tar.gz
OS-1785 cmd/ssh/Makefile shouldn't hardcode paths
-rw-r--r--usr/src/cmd/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/Makefile b/usr/src/cmd/ssh/Makefile
index 8a537946b7..c2b7ee0e03 100644
--- a/usr/src/cmd/ssh/Makefile
+++ b/usr/src/cmd/ssh/Makefile
@@ -75,7 +75,7 @@ check: $(CHECKHDRS)
_msg:
$(RM) $(POFILE)
$(TOUCH) $(POFILE)
- $(MAKE) $(POFILE) XGETTEXT=/usr/bin/gxgettext
+ $(MAKE) $(POFILE) XGETTEXT=$(GNUXGETTEXT)
$(CP) $(POFILE) $(MSGFILE)
$(CP) $(MSGFILE) $(MSGDOMAIN)