* Makefile.in: Fix incorrect use of ' in shell command
authorArnaud Charlet <charlet@adacore.com>
Wed, 9 Mar 2005 09:49:09 +0000 (09:49 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 9 Mar 2005 09:49:09 +0000 (10:49 +0100)
From-SVN: r96181

gnattools/ChangeLog
gnattools/Makefile.in

index e11c17751291c61716d6ec8c6d3c20b3966f5708..1a0baa3d470ae3c13ce6c2dedacfbe8b5b4bdd53 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-09  Arnaud Charlet  <charlet@adacore.com>
+
+       * Makefile.in: Fix incorrect use of ' in shell command
+
 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
 
         * Makefile.in: Remove use of cc_set_by_configure; just use
index 44208f6d0ed90a48629eef4f1be89b2a36774a3a..fcd59ce74695e5f680f1bb721a465798a5e21003 100644 (file)
@@ -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; \