mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +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:
@ -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)" >> $@; \
|
||||
|
Reference in New Issue
Block a user