This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Texino build problem



On mips-sgi-irix6.4 I now get:

  make[3]: Entering directory `/pooma/mitchell/egcs/objdir/texinfo/lib'
  make[3]: *** No rule to make target `-c', needed by `all'.  Stop.

Indeed, it looks like:

  all: Makefile $(LIBRARIES) $(DATA)

  DATA =  $(INSTALL_DATA)
  INSTALL_DATA = ${INSTALL} -m 644
  INSTALL = ../../../texinfo/../install-sh -c

Does anyone comprehend this situation?

-- 
Mark Mitchell <mmitchell@usa.net>
http://home.earthlink.net/~mbmitchell
Consulting Services Available


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]