summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fm
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2016-01-22 23:19:32 -0500
committerRichard Lowe <richlowe@richlowe.net>2016-02-06 18:53:03 -0500
commit6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 (patch)
tree88409e4b4cda99a7bc2334d7e6fffa886acc24cf /usr/src/cmd/fm
parentaeac2d873b68a43f6650e0d0f021c02f5a653a21 (diff)
downloadillumos-joyent-6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99.tar.gz
6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/fm')
-rw-r--r--usr/src/cmd/fm/dicts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/fm/dicts/Makefile b/usr/src/cmd/fm/dicts/Makefile
index 8e0bbd1545..22bebd3ae8 100644
--- a/usr/src/cmd/fm/dicts/Makefile
+++ b/usr/src/cmd/fm/dicts/Makefile
@@ -101,7 +101,7 @@ $(ROOTLCDIR)/%: %
$(INS.file)
%.mo: %.po
- msgfmt -s -o $@ $<
+ $(MSGFMT) -o $@ $<
lint:
@for name in $(DCNAMES); do\