summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2017-12-01 14:37:57 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2017-12-01 15:15:16 +0100
commitef9ecfa63c85ae5bb558933e710bf2b0a8234f13 (patch)
treefea54d7f0dc12bf89510c184c4d9babd86cdf002 /intl
parent2a14526bfae3ee4fe34fc39efeea6ee93f25be32 (diff)
intl: create target directory for bison
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile
index 2deb6ef25e..4ab9e5cd63 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