Ignore:
Timestamp:
Aug 3, 2008 11:34:45 PM (15 years ago)
Author:
dkearney
Message:

adjusted how we calculate the library path for perl and ruby bindings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/perl/Makefile.in

    r1082 r1087  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    88mandir          = @mandir@
    99prefix          = @prefix@
    10 srcdir          = @srcdir@
     10srcdir          = @srcdir@
    1111
    12 INSTALL         = @INSTALL@
    13 MKDIR_P         = @MKDIR_P@
    14 RM              = rm -f
    15 PERL            = @PERL@
    16 PERL_ARCHLIB    = @PERL_ARCHLIB@
    17 suffix          := $(shell echo $(PERL_ARCHLIB) | sed s/.\*perl5//)
    18 perl5dir        = $$RAPPTURE_INSTALL_DIR/lib/perl5/$(suffix)
     12INSTALL         = @INSTALL@
     13MKDIR_P         = @MKDIR_P@
     14RM              = rm -f
     15PERL            = @PERL@
     16PERL_ARCHLIB    = @PERL_ARCHLIB@
     17PERL_VERSION    = @PERL_VERSION@
     18PERL_VERSION_RV = @PERL_VERSION_RV@
     19perl5dir        = $$RAPPTURE_INSTALL_DIR/lib/perl/$(PERL_VERSION_RV)
    1920
    20 build_dir       = build
     21build_dir       = build
    2122
    2223all: tmp perl.env
     
    2728        $(MKDIR_P) $(build_dir)
    2829        cp -p Makefile.PL $(build_dir)/Makefile.PL
    29         tar -C $(srcdir) -clf - . | tar -C $(build_dir) -xpf - 
     30        tar -C $(srcdir) -clf - . | tar -C $(build_dir) -xpf -
    3031        (cd $(build_dir); $(PERL) Makefile.PL)
    3132
Note: See TracChangeset for help on using the changeset viewer.