Author: kclark
Date: Mon Mar  2 23:29:54 2009
New Revision: 749472

URL: http://svn.apache.org/viewvc?rev=749472&view=rev
Log:
Perl library should honor the INSTALLDIRS variable

Author: Esteve Fernandez

Modified:
    incubator/thrift/trunk/lib/perl/Makefile.am

Modified: incubator/thrift/trunk/lib/perl/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/Makefile.am?rev=749472&r1=749471&r2=749472&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/Makefile.am (original)
+++ incubator/thrift/trunk/lib/perl/Makefile.am Mon Mar  2 23:29:54 2009
@@ -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


Reply via email to