* Makefile.in: Fix incorrect use of ' in shell command
From-SVN: r96181
This commit is contained in:
parent
0f875e1a60
commit
ab743bf643
@ -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>
|
2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* Makefile.in: Remove use of cc_set_by_configure; just use
|
* Makefile.in: Remove use of cc_set_by_configure; just use
|
||||||
|
@ -170,7 +170,7 @@ gnattools: @default_gnattools_target@
|
|||||||
$(GCC_DIR)/stamp-gnatlib:
|
$(GCC_DIR)/stamp-gnatlib:
|
||||||
@if [ ! -f $(GCC_DIR)/stamp-gnatlib ] ; \
|
@if [ ! -f $(GCC_DIR)/stamp-gnatlib ] ; \
|
||||||
then \
|
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; \
|
false; \
|
||||||
else \
|
else \
|
||||||
true; \
|
true; \
|
||||||
|
Loading…
Reference in New Issue
Block a user