This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]