From 5b0280fb142d524a0762066e8b83f255410fc0d4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 19 May 2010 07:21:31 +0000 Subject: Fix path for mingw workaround. Trivial. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5570 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index d33c6e94f9..e8efb5c525 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 -- cgit v1.2.3