mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
intl: create target directory for bison
This commit is contained in:
parent
2a14526bfa
commit
ef9ecfa63c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user