Make hstore_plperl's build even more like plperl's

Peter Eisentraut <peter_e@gmx.net>

Commit: 0fd764647a9910a340359bb319929b70317b2ae4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-05-02T02:16:58Z
Releases: 9.5.0
Make hstore_plperl's build even more like plperl's

Combine the two places that set CPPFLAGS into one.  Also, some settings
should be restricted to Windows only.  More precisely, -Wno-comment is
a GCC-only option, but Windows in a makefile implies GCC at the moment.

Also, since -Wno-comment is more properly a preprocessor option, move it
to CPPFLAGS to simplify things a bit.

Files

PathChange+/−
contrib/hstore_plperl/Makefile modified +6 −4
src/pl/plperl/GNUmakefile modified +1 −1