mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
bfd/doc: Fix racy build failure from missing mkdir
bfd/ * doc/local.mk (%D%/bfdver.texi): Add mkdir command.
This commit is contained in:
parent
2f279a64a2
commit
fdf55097a3
@ -1,3 +1,7 @@
|
||||
2022-01-24 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* doc/local.mk (%D%/bfdver.texi): Add mkdir command.
|
||||
|
||||
2022-01-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/fr.po: Updated French translation.
|
||||
|
@ -127,6 +127,7 @@ REGEN_TEXI = \
|
||||
|
||||
%D%/bfdver.texi: $(srcdir)/Makefile.in
|
||||
$(AM_V_GEN)\
|
||||
$(MKDIR_P) $(@D); \
|
||||
echo "@set VERSION $(VERSION)" > $@; \
|
||||
if test -n "$(PKGVERSION)"; then \
|
||||
echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@; \
|
||||
|
Loading…
Reference in New Issue
Block a user