diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-01-03 04:49:50 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-01-03 04:49:50 +0000 |
commit | 3764ac40a19517d3e590b1fccc743021c0374f63 (patch) | |
tree | 58d4135fe4c8e53bd604a2ad63e373038caad243 | |
parent | 6a5b6fe813002000089dc255da0a5599557524f9 (diff) | |
download | illumos-joyent-3764ac40a19517d3e590b1fccc743021c0374f63.tar.gz |
OS-1785 cmd/ssh/Makefile shouldn't hardcode paths
-rw-r--r-- | usr/src/cmd/ssh/Makefile | 2 |
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) |