summaryrefslogtreecommitdiff
path: root/devel/cross-gcc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
commit1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch)
tree3dbfd735c8826824161ca86ec4188c8fda926fd1 /devel/cross-gcc
parentUpdate to 15.7.1 (diff)
Remove trailing whitespaces.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=286031
Diffstat (limited to 'devel/cross-gcc')
-rw-r--r--devel/cross-gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile
index 73bf68d8afe9..d11e5efae8dd 100644
--- a/devel/cross-gcc/Makefile
+++ b/devel/cross-gcc/Makefile
@@ -243,7 +243,7 @@ post-install:
#
# Generate symlinks for binutils binaries to let gcc found them
#
-.for F in ${LN_BINARIES}
+.for F in ${LN_BINARIES}
@${LN} -sf ../../../../bin/${PKGNAMEPREFIX}$F \
${PREFIX}/libexec/gcc/${OURTARGET}/${PORTVERSION}/$F
.endfor