diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2017-12-01 14:37:57 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2017-12-01 15:15:16 +0100 |
commit | ef9ecfa63c85ae5bb558933e710bf2b0a8234f13 (patch) | |
tree | fea54d7f0dc12bf89510c184c4d9babd86cdf002 /intl/Makefile | |
parent | 2a14526bfae3ee4fe34fc39efeea6ee93f25be32 (diff) | |
download | glibc-ef9ecfa63c85ae5bb558933e710bf2b0a8234f13.tar.gz glibc-ef9ecfa63c85ae5bb558933e710bf2b0a8234f13.tar.xz glibc-ef9ecfa63c85ae5bb558933e710bf2b0a8234f13.zip |
intl: create target directory for bison
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 1 |
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 |