bfd/doc: Fix racy build failure from missing mkdir

bfd/
	* doc/local.mk (%D%/bfdver.texi): Add mkdir command.
This commit is contained in:
Roland McGrath 2022-01-24 12:38:50 -08:00
parent 2f279a64a2
commit fdf55097a3
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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)" >> $@; \