Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/bfd Escape trailing whitespace s...
details: https://anonhg.NetBSD.org/src/rev/d9ca080d8abc
branches: trunk
changeset: 746749:d9ca080d8abc
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Aug 19 10:53:27 2009 +0000
description:
Escape trailing whitespace so it's not lost by make(1).
diffstat:
external/gpl3/binutils/dist/bfd/configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r de40aa78aa52 -r d9ca080d8abc external/gpl3/binutils/dist/bfd/configure
--- a/external/gpl3/binutils/dist/bfd/configure Wed Aug 19 09:35:01 2009 +0000
+++ b/external/gpl3/binutils/dist/bfd/configure Wed Aug 19 10:53:27 2009 +0000
@@ -10837,10 +10837,10 @@
echo "$as_me: error: package version not specified" >&2;}
{ (exit 1); exit 1; }; } ;;
no) PKGVERSION= ;;
- *) PKGVERSION="($withval) " ;;
+ *) PKGVERSION="($withval)\ " ;;
esac
else
- PKGVERSION="(GNU Binutils) "
+ PKGVERSION="(GNU Binutils)\ "
fi;
Home |
Main Index |
Thread Index |
Old Index