From ef9ecfa63c85ae5bb558933e710bf2b0a8234f13 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 1 Dec 2017 14:37:57 +0100 Subject: intl: create target directory for bison --- intl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'intl') 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 -- cgit 1.4.1