aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-02 10:55:40 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-02 10:55:40 -0700
commit12e4154db5b691098175aa530722581e31bbc7a5 (patch)
tree88ac7f556da7b7e5d50a5f6dc733ce9b7a78b829 /INSTALL
parentaf7b14d22ccbc4c205477df7eb27c30c70f9f502 (diff)
Another tweak.
From-SVN: r16889
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/finalinstall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/finalinstall.html b/INSTALL/finalinstall.html
index c7d1b9b45d7..b7673107d0b 100644
--- a/INSTALL/finalinstall.html
+++ b/INSTALL/finalinstall.html
@@ -7,7 +7,7 @@
<p>Now that egcs has been built and tested, you can install it with
`cd <i>objdir</i>; make install' for a native compiler or
-`cd <i>objdir</i>; make install LANGUAGES="c gcov c++"' for a cross compiler
+`cd <i>objdir</i>; make install LANGUAGES="c c++"' for a cross compiler
(note installing cross compilers will be easier in the next release!).