On Thu, 2002-11-07 at 12:57, Alexandre Duret-Lutz wrote: > >>> "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes: > > Tim> On Wed, 2002-11-06 at 11:11, [EMAIL PROTECTED] wrote: > >> DEFAULT_INCLUDES = -I. -I$(srcdir) -I. > >> > >> This raises 2 questions in itself: > >> a. what's wrong with "DEFAULT_INCLUDES = -I. -I$(srcdir)" > > Tim> Don't know that, > > The third -I gives the search path for config.h.
OK - good to know > Tim> There's no harm in -I . -I . -I . as far as I know. > > FWIW, spaces between `-I' and `.' are not portable. For instance > in this case OSF's cc will handle `.' as a source file. OK OK - guess I should have phrased that as 'There's no harm in using three consecutive -I options for the same directory, as far as I know'. -- Tim Van Holder <[EMAIL PROTECTED]> Anubex