diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-28 13:00:27 -0800 |
commit | f08e9a26299db1972cb29a7e84b40b0cc9866bf2 (patch) | |
tree | cf58294441fc8481ce67696b075a6ff8378cbcea /intl | |
parent | ff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff) | |
download | glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.gz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.xz glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.zip |
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile | 6 |
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 |