Skip to content

Commit

Permalink
Revert "binutils: Fix binutils manuals_install variable"
Browse files Browse the repository at this point in the history
  • Loading branch information
bhundven committed Dec 7, 2015
1 parent c92387e commit e9e0d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/binutils/binutils.sh
Expand Up @@ -252,8 +252,8 @@ do_binutils_backend() {
if [ "${CT_BINUTILS_LINKER_GOLD}" = "y" ]; then
manuals_for+=( gold )
fi
manuals_install=( "${manuals_for[@]/\#/install-pdf-}" )
manuals_install+=( "${manuals_for[@]/\#/install-html-}" )
manuals_install=( "${manuals_for[@]/#/install-pdf-}" )
manuals_install+=( "${manuals_for[@]/#/install-html-}" )
CT_DoExecLog ALL ${make} ${JOBSFLAGS} pdf html
CT_DoExecLog ALL ${make} "${manuals_install[@]}"
fi
Expand Down

0 comments on commit e9e0d53

Please sign in to comment.