Fix path for mingw workaround. Trivial.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5570 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2010-05-19 07:21:31 +00:00
parent bb33fbeb91
commit 5b0280fb14
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ else
printf "Building binutils ${BINUTILS_VERSION} ... "
(
# workaround for building binutils 2.20.1 on MINGW:
touch ../binutils-${BINUTILS_VERSION}/bfd/doc/bfd.info
touch binutils-${BINUTILS_VERSION}/bfd/doc/bfd.info
# now build binutils
cd build-binutils
rm -f .failed