Changeset 1093 for trunk/lang/perl


Ignore:
Timestamp:
Aug 5, 2008 4:09:07 PM (16 years ago)
Author:
gah
Message:

yet another fix for perl language binding

File:
1 edited

Legend:

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

    r1092 r1093  
    2929                -I$(srcdir) \
    3030                -I$(srcdir)/../../src/core \
    31                 -I$(privlib)/i686-linux/CORE
     31                -I$(installarchlib)/CORE
    3232
    3333LIBS            = \
     
    4545RM              = rm -f
    4646PERL            = @PERL@
    47 POD2MAN         = @POD2MAN@
    48 XSUBPP          = @XSUBPP@
    4947PERL_ARCHLIB    = @PERL_ARCHLIB@
    5048PERL_VERSION    = @PERL_VERSION@
     
    5351perl5dir        = $$RAPPTURE_INSTALL_DIR/lib/perl/$(PERL_VERSION_RV)
    5452envfile         = perl.env
     53includes        = @PERL_INCLUDES@
    5554ccflags         = @PERL_CCFLAGS@
    5655cppflags        = @PERL_CPPFLAGS@
     
    5857privlib         = @PERL_PRIVLIB@
    5958archlib         = @PERL_ARCHLIB@
     59installarchlib  = @PERL_INSTALLARCHLIB@
    6060
    6161name            = Rappture
     
    7979
    8080$(envfile):
    81         echo 'export PERL5LIB=$(perl5dir):$$PERL5LIB' > $(envfile)
     81        echo 'export PERL5LIB=$(destdir):$$PERL5LIB' > $(envfile)
    8282
    8383install:
Note: See TracChangeset for help on using the changeset viewer.