From ef9ecfa63c85ae5bb558933e710bf2b0a8234f13 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 1 Dec 2017 14:37:57 +0100 Subject: [PATCH] intl: create target directory for bison --- ChangeLog | 4 ++++ intl/Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50b83a3..95f4f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-12-01 Andreas Schwab + + * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory). + 2017-12-01 Adhemerval Zanella * sysdeps/sparc/sparc64/cpu_relax.c: New file. diff --git a/intl/Makefile b/intl/Makefile index 2deb6ef..4ab9e5c 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -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 -- 2.7.4