Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!csl.sony.jp!diamond From: diamond@csl.sony.jp (Norman Diamond) Newsgroups: gnu.gcc.bug Subject: (none) Message-ID: <8901171334.AA01622@diamond.csl.sony.junet> Date: 17 Jan 89 13:33:59 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 To: bug-gcc@prep.ai.mit.edu From: Norman Diamond diamond%csl.sony.jp@relay.cs.net Date: 1989.01.17 (bug 2 of 2) Errors in Makefile for gcc release 1.32: 1. Line if [ -f cc1plus ] ; then $(INSTALL) cc1plus $(libdir)/gcc-cc1plus ;fi causes "make install" to abort with an error code 1. I deleted it. 2. Line if [ -f /usr/bin/ranlib ] ; then (cd $(libdir); ranlib /gcc-gnulib) ;fi should be if [ -f /usr/bin/ranlib ] ; then (cd $(libdir); ranlib gcc-gnulib) ;fi 3. Line cp gcc.1 mandir should be cp gcc.1 $(mandir)