From b5c9c546d817cdb9e316cc1076e3d6becff9ab06 Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Mon, 2 Mar 2009 23:29:54 +0000 Subject: [PATCH] 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 --- lib/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1