# HG changeset patch # User Christopher Rogers # Date 1304978868 0 # Node ID 87ec64d4ad91f37a2039908deb2ddbf4a5987d61 # Parent 42d85eb0dfcade57711a136b07ffa30710e7417d Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils. diff -r 42d85eb0dfca -r 87ec64d4ad91 binutils/receipt --- a/binutils/receipt Tue May 10 02:41:39 2011 +0200 +++ b/binutils/receipt Mon May 09 22:07:48 2011 +0000 @@ -47,6 +47,7 @@ # Rules to configure and make the package. compile_rules() { + cd $src mkdir -p ../binutils-build && cd ../binutils-build $src/configure \ --program-prefix=$TOOLPREFIX \