summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-02-28 13:00:27 -0800
committerRoland McGrath <roland@hack.frob.com>2014-02-28 13:00:27 -0800
commitf08e9a26299db1972cb29a7e84b40b0cc9866bf2 (patch)
treecf58294441fc8481ce67696b075a6ff8378cbcea /intl
parentff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff)
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/Makefile b/intl/Makefile
index b21f4d9295..61ba07f62c 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -34,12 +34,12 @@ test-srcs += $(multithread-test-srcs)
endif
tests = tst-ngettext
-before-compile = $(objpfx)msgs.h
+before-compile += $(objpfx)msgs.h
install-others = $(inst_msgcatdir)/locale.alias
-generated = msgs.h mtrace-tst-gettext tst-gettext.mtrace
-generated-dirs := domaindir localedir
+generated += msgs.h mtrace-tst-gettext tst-gettext.mtrace
+generated-dirs += domaindir localedir
ifneq (no,$(BISON))
plural.c: plural.y