* Makefile.in: Fix incorrect use of ' in shell command

From-SVN: r96181
This commit is contained in:
Arnaud Charlet 2005-03-09 09:49:09 +00:00 committed by Arnaud Charlet
parent 0f875e1a60
commit ab743bf643
2 changed files with 5 additions and 1 deletions

View 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

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