binutils 2.17: patch must go after make.

This commit is contained in:
Augustin Cavalier
2017-11-22 22:55:23 +01:00
parent 88f02cc2fe
commit 1c9f99a97d

View File

@@ -76,6 +76,8 @@ BUILD()
--includedir=$includeDir/binutils \
--disable-nls --enable-shared=yes
make
# patch the makefiles that are too dumb to handle no makeinfo
sed -i 's@INFO_DEPS = $(srcdir)/gprof.info@INFO_DEPS=@' gprof/Makefile
sed -i 's@HTMLS = gprof.html@HTMLS=@' gprof/Makefile
@@ -85,8 +87,6 @@ BUILD()
sed -i 's@HTMLS = as.html@HTMLS=@' gas/doc/Makefile
sed -i 's@HTMLS = ld.html@HTMLS=@' ld/Makefile
sed -i 's@HTMLS = libiberty.html@HTMLS=@' libiberty/Makefile
make
}
INSTALL()