diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/local.mk | 1 |
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)" >> $@; \ |