re PR bootstrap/7817 (Link to gcc man page in g++ man page incorrect)
PR bootstrap/7817 * Make-lang.in: Copy gcc.1 to g++.1 rather than using .so. From-SVN: r75620
This commit is contained in:
parent
731bd3ae02
commit
c90501d0fd
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
PR bootstrap/7817
|
||||
* Make-lang.in: Copy gcc.1 to g++.1 rather than using .so.
|
||||
|
||||
2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
|
||||
|
||||
DR 337
|
||||
|
|
|
@ -154,9 +154,10 @@ c++.install-common: installdirs
|
|||
fi ; \
|
||||
fi
|
||||
|
||||
$(docobjdir)/g++.1:
|
||||
-rm -f $@
|
||||
-echo ".so man1/$(GCC_INSTALL_NAME).1" > $@
|
||||
# We can't use links because not everyone supports them, and we can't use
|
||||
# .so because Irix 6.5 doesn't support them. So just copy the manpage.
|
||||
$(docobjdir)/g++.1: $(docobjdir)/gcc.1
|
||||
cp $(docobjdir)/gcc.1 $(docobjdir)/g++.1
|
||||
|
||||
c++.install-man: installdirs $(docobjdir)/g++.1
|
||||
-if [ -f cc1plus$(exeext) ] ; then \
|
||||
|
|
Loading…
Add table
Reference in a new issue