Add code to pltcl's Makefile to cope with the situation where

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

Commit: f2ca34dfb3f2e20b9babe075a88b096f63f85709
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-10-17T23:33:23Z
Releases: 7.1.1
Add code to pltcl's Makefile to cope with the situation where
libtcl has been installed as a non-shared library.  pltcl cannot be
built in that situation; we want to do nothing and let the overall Postgres
build complete, rather than failing.

Files

PathChange+/−
src/pl/tcl/Makefile modified +46 −7