This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: "make install"
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: Re: "make install"
- From: Erik Meusel <erik at wh58-709 dot st dot uni-magdeburg dot de>
- Date: Wed, 27 Jun 2001 11:07:44 +0200 (CEST)
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