Commit ab743bf6 by Arnaud Charlet Committed by Arnaud Charlet

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

From-SVN: r96181
parent 0f875e1a
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
......
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment