Bruce Momjian writes:
> Seems I am no longer capable of understanding the affects of such
> changes as this:
>
> ! override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DPGSQL71
>
> ! override CPPFLAGS += -I$(srcdir) -DPGSQL71
>
> Having $(srcdir) before $(CPPFLAGS) must be significant.
The CVS log message says:
: Make sure -L and -I's for our source tree are always before system include
: or library directories on the command line.
That's all this does.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/