Our test to see if we had permission to install into Perl5 install area

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

Commit: cfc0e015a171c313a3319a9b6caf50878c81b3d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-23T04:26:32Z
Releases: 7.1.1
Our test to see if we had permission to install into Perl5 install area
always failed if Perl makefile's INSTALLSITELIB variable was specified
in terms of another variable.  Fix by adding an echo-installdir target
to the Perl makefile, which the upper-level Makefile can invoke.

Files

PathChange+/−
src/interfaces/Makefile modified +2 −2
src/interfaces/perl5/Makefile.PL modified +11 −3