Ignore:
Timestamp:
Sep 21, 2011 2:32:07 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1944 r2549  
    4646archlib         = @PERL_ARCHLIB@
    4747archlibexp      = @PERL_ARCHLIBEXP@
     48XSUBPP          = @XSUBPP@
    4849
    4950name            = Rappture
     
    7071
    7172Rappture.cc: $(srcdir)/Rappture.xs
    72         $(PERL) $(privlib)/ExtUtils/xsubpp -C++ \
    73                 -typemap $(privlib)/ExtUtils/typemap -typemap typemap \
     73        $(XSUBPP) -C++ -typemap $(privlib)/ExtUtils/typemap -typemap typemap \
    7474                $? > $@
    7575
Note: See TracChangeset for help on using the changeset viewer.