Re: Cleanup some -I$(libpq_srcdir) in makefiles

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: David Rowley <dgrowleyml@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-30T03:46:12Z
Lists: pgsql-hackers
On Tue, Dec 29, 2020 at 05:06:20PM -0500, Tom Lane wrote:
> 629b3af2 just moved around the existing -I switch in adminpack/Makefile.
> AFAICS that switch goes back to adminpack's introduction, fe59e5666.
> It was probably just copied-and-pasted from some other contrib Makefile;
> since this Makefile has never actually linked libpq, it's hard to see why
> it'd be useful here.

Thanks David and Tom.  I got around to apply this cleanup.
--
Michael

Commits

  1. Remove references to libpq_srcdir in adminpack and old_snapshot