binutils:
[deliverable/binutils-gdb.git] / ld / Makefile.am
index 0dcbf85070e80418e71cc41ad7aae36f334bc6bf..6acdf7469ba11da472b83026d68e0225ec06cbad 100644 (file)
@@ -1771,6 +1771,9 @@ ldver.texi: $(srcdir)/../bfd/configure
        rm -f $@
        eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \
          echo "@set VERSION $$VERSION" > $@
+       if [ -n "$(REPORT_BUGS_TEXI)" ]; then \
+         echo "@set BUGURL $(REPORT_BUGS_TEXI)" >> $@; \
+       fi
 
 # Build the man page from the texinfo file
 # The sed command removes the no-adjust Nroff command so that
This page took 0.024856 seconds and 4 git commands to generate.