Skip to content

Commit

Permalink
binutils: add missing ampersands in BUILD
Browse files Browse the repository at this point in the history
This reveals a larger bug in binutils over here.
Actually the binutils build seems to be broken for some time!

This needs proper fixing soon!
  • Loading branch information
v4hn committed Nov 21, 2012
1 parent f4b4f21 commit 062e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/binutils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
make tooldir=/usr install &&
make tooldir=/usr install-info &&
mkdir -p $DOCUMENT_DIRECTORY/binutils &&
cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils &&

# For some reason installwatch fail to pick up the ld hardlink, touching it solves that issue
[ -e /usr/bin/ld ] && touch /usr/bin/ld
Expand Down

0 comments on commit 062e97d

Please sign in to comment.