aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2022-01-24 12:38:50 -0800
committerRoland McGrath <mcgrathr@google.com>2022-01-24 12:38:50 -0800
commitfdf55097a38710ef3360860abb0201bec8ed5179 (patch)
tree66e363bf85c00d5fdda9300164f6ea2f50b0d88b /bfd
parent2f279a64a27bca5be4393e84cbb579e18ef4a4ad (diff)
downloadfsf-binutils-gdb-fdf55097a38710ef3360860abb0201bec8ed5179.zip
fsf-binutils-gdb-fdf55097a38710ef3360860abb0201bec8ed5179.tar.gz
fsf-binutils-gdb-fdf55097a38710ef3360860abb0201bec8ed5179.tar.bz2
bfd/doc: Fix racy build failure from missing mkdir
bfd/ * doc/local.mk (%D%/bfdver.texi): Add mkdir command.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/doc/local.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7371af1..91abfb5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk
index 18a2af1..6a9cceb 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)" >> $@; \