"make install"
Erik Meusel
erik@wh58-709.st.uni-magdeburg.de
Wed Jun 27 02:08:00 GMT 2001
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
More information about the Gcc-bugs
mailing list