summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason King <jason.brian.king@gmail.com>2017-06-14 22:07:17 +0000
committerJason King <jason.brian.king@gmail.com>2017-06-14 23:43:16 +0000
commite329298b6078ffc2d30cba7c2c52e1481c2b2e75 (patch)
tree8068c12d65ca5494c25a0353c92b883085a043dd
parent8132506f7228c9c0239d121028c73a0b4045740c (diff)
downloadillumos-joyent-e329298b6078ffc2d30cba7c2c52e1481c2b2e75.tar.gz
msgfmt fix
-rw-r--r--usr/src/cmd/msgfmt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/msgfmt/Makefile b/usr/src/cmd/msgfmt/Makefile
index 63b22a8d50..4e4a626413 100644
--- a/usr/src/cmd/msgfmt/Makefile
+++ b/usr/src/cmd/msgfmt/Makefile
@@ -25,6 +25,8 @@
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
#
+# Copyright 2017 Joyent, Inc.
+#
# cmd/msgfmt/Makefile
@@ -90,6 +92,8 @@ xgettext: $(XOBJS) $(LXOBJS)
$(LINK.c) $(XOBJS) $(LXOBJS) -o $@ $(LDLIBS)
$(POST_PROCESS)
+$(POFILES): y.tab.h
+
$(POFILE): $(POFILES)
$(RM) $@
cat $(POFILES) > $@