From: Kevin Clark Date: Mon, 2 Mar 2009 23:29:54 +0000 (+0000) Subject: Perl library should honor the INSTALLDIRS variable X-Git-Tag: 0.2.0~284 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b5c9c546d817cdb9e316cc1076e3d6becff9ab06;p=common%2Fthrift.git Perl library should honor the INSTALLDIRS variable Author: Esteve Fernandez git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@749472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index fba568eb..d9420026 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = test Makefile-perl.mk : Makefile.PL - $(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk + $(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk INSTALLDIRS=$(INSTALLDIRS) all-local: Makefile-perl.mk $(MAKE) -f Makefile-perl.mk