Skip to content
Snippets Groups Projects
Commit d85be364 authored by charlet's avatar charlet
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96181 138bc75d-0d04-0410-961f-82ee72b054a4
parent 39c54440
No related branches found
No related tags found
No related merge requests found
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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment