From d85be3644113021d5af94047d108d072540ce7ef Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 9 Mar 2005 09:49:09 +0000 Subject: * Makefile.in: Fix incorrect use of ' in shell command git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96181 138bc75d-0d04-0410-961f-82ee72b054a4 --- gnattools/ChangeLog | 4 ++++ gnattools/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gnattools') diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index e11c1775129..1a0baa3d470 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,7 @@ +2005-03-09 Arnaud Charlet + + * Makefile.in: Fix incorrect use of ' in shell command + 2005-02-02 Nathanael Nerode * Makefile.in: Remove use of cc_set_by_configure; just use diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index 44208f6d0ed..fcd59ce7469 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -170,7 +170,7 @@ gnattools: @default_gnattools_target@ $(GCC_DIR)/stamp-gnatlib: @if [ ! -f $(GCC_DIR)/stamp-gnatlib ] ; \ then \ - echo Can't build gnattools while gnatlib is out of date or unbuilt ; \ + echo "Cannot build gnattools while gnatlib is out of date or unbuilt" ; \ false; \ else \ true; \ -- cgit v1.2.1