Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2f5390aacc7b7ff297dcfeaeab40dae8bb3943c9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-11-01T23:48:58Z
Releases: 9.2.2
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.

I'm not sure why commit 1eb1dde049ccfffc42c80c2bcec14155c58bcc1f seems
to have made this start to fail on Cygwin when it never did before ---
but nonetheless, the coding was pretty bogus, and unlike the way we
handle $(X) anywhere else.  Per buildfarm.

Files

PathChange+/−
src/test/isolation/Makefile modified +6 −8