This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- From: "Vic Abell" <abe at purdue dot edu>
- To: "Eric Botcazou" <ebotcazou at libertysurf dot fr>
- Cc: "'Christian Ehrhardt'" <ehrhardt at mathematik dot uni-ulm dot de>, <gcc-bugs at gcc dot gnu dot org>, <gcc-gnats at gcc dot gnu dot org>
- Date: Wed, 21 May 2003 06:22:56 -0500
- Subject: RE: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
- Reply-to: <abe at purdue dot edu>
Erc,
You write:
>
> I wrote:
> >
> > Yes. No difference. The INSTALL string in gcc/intl/Makefile
> > is wrong if "/path/to/sources/configure" is relative; correct,
> > if it is absolute.
>
> So everything works fine unless you build in the src directory,
> doesn't it?
No. It makes no difference if the configure step is
run in-source or ex-source. If done ex-source with
a relative path, the gcc/intl/Makefile's INSTALL string
is missing one "../" component.