This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gnattools] fix syntax error
- From: Arnaud Charlet <charlet at adacore dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 9 Mar 2005 10:50:09 +0100
- Subject: [gnattools] fix syntax error
Committed as obvious.
2005-03-09 Arnaud Charlet <charlet@adacore.com>
* Makefile.in: Fix incorrect use of ' in shell command
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gnattools/Makefile.in,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.in
--- Makefile.in 26 Feb 2005 21:43:30 -0000 1.2
+++ Makefile.in 9 Mar 2005 09:48:10 -0000
@@ -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; \