This is the mail archive of the gcc-bugs@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]

Re: "make install"


The problem seems to be somewhere in a global automake file, it's also
present in the following Makefiles (all in directory i586-pc-linux-gnu):

libjava/gcj/
libjava/include/
libjava/
zlib/
boehm-gc/

There is always only one ../ missing in this line:
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
->
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs

Regards,
Erik Meusel


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