mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 12:00:11 -05:00
* Makefile.in: Fix incorrect use of ' in shell command
From-SVN: r96181
This commit is contained in:
committed by
Arnaud Charlet
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>
|
||||
|
||||
* 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; \
|
||||
|
||||
Reference in New Issue
Block a user