From: Roland McGrath Date: Mon, 24 Jan 2022 20:38:50 +0000 (-0800) Subject: bfd/doc: Fix racy build failure from missing mkdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdf55097a38710ef3360860abb0201bec8ed5179;p=binutils-gdb.git bfd/doc: Fix racy build failure from missing mkdir bfd/ * doc/local.mk (%D%/bfdver.texi): Add mkdir command. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7371af1ea3a..91abfb5ed99 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2022-01-24 Roland McGrath + + * doc/local.mk (%D%/bfdver.texi): Add mkdir command. + 2022-01-24 Nick Clifton * po/fr.po: Updated French translation. diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk index 18a2af1b01d..6a9cceb727a 100644 --- a/bfd/doc/local.mk +++ b/bfd/doc/local.mk @@ -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)" >> $@; \