Clean up Makefile.win32 "-I" flag additions.
authorNoah Misch <noah@leadboat.com>
Fri, 31 Jul 2015 00:48:46 +0000 (20:48 -0400)
committerNoah Misch <noah@leadboat.com>
Fri, 31 Jul 2015 00:48:46 +0000 (20:48 -0400)
commit16c4e6d8dc8fb98cd32d9af473fb06a730fb40d3
treea5edfdf238c5d24268d6b113aaf6daac7c3d7845
parent5da944fb4683762b8ccebbf7599f79db01e63132
Clean up Makefile.win32 "-I" flag additions.

The PGXS-case directory does not exist in the non-PGXS case, and vice
versa.  Add one or the other, not both.  This is essentially cosmetic.
It makes Makefile.win32 more like the similar Makefile.global code.
src/makefiles/Makefile.win32