]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
intl: create target directory for bison
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 1 Dec 2017 13:37:57 +0000 (14:37 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 1 Dec 2017 14:15:16 +0000 (15:15 +0100)
ChangeLog
intl/Makefile

index 50b83a37f5b5b972e0e02f153e0f104078eab18a..95f4f0356e18c9392a7ec9e6d489db23146473fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
+
 2017-12-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/sparc/sparc64/cpu_relax.c: New file.
index 2deb6ef25e86908fa2cefc631b7b75f78a196077..4ab9e5cd6370e1ba09c519879fe841d4ae55c710 100644 (file)
@@ -42,6 +42,7 @@ generated += msgs.h mtrace-tst-gettext.out tst-gettext.mtrace plural.c
 generated-dirs += domaindir localedir
 
 $(objpfx)plural.c: plural.y
+       $(make-target-directory)
        $(BISON) $(BISONFLAGS) $@ $^
 
 $(objpfx)plural.o: $(objpfx)plural.c