RE: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path
"Vic Abell" <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR other/9105; it has been noted by GNATS. From: "Vic Abell" <[email protected]> To: "Eric Botcazou" <[email protected]> Cc: "'Christian Ehrhardt'" <[email protected]>, <[email protected]>, <[email protected]> Subject: RE: other/9105: gcc-3.2.1/gcc/intl/Makefile gets incorrect INSTALL variable path Date: Wed, 21 May 2003 06:22:56 -0500 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.