Changeset 1138 for trunk


Ignore:
Timestamp:
Sep 3, 2008, 5:51:59 AM (16 years ago)
Author:
gah
Message:

fix perl build for render machines

File:
1 edited

Legend:

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

    r1111 r1138  
    6767all: $(lib) $(bootstrap) $(man) $(pod)
    6868
    69 Rappture.c: $(srcdir)/Rappture.xs
     69Rappture.cc: $(srcdir)/Rappture.xs
    7070        $(PERL) $(privlib)/ExtUtils/xsubpp -C++ \
    71                 -typemap $(privlib)/ExtUtils/typemap \
    72                 -typemap $(srcdir)/typemap $? > $@
     71                -typemap $(privlib)/ExtUtils/typemap -typemap typemap \
     72                $? > $@
    7373
    74 Rappture.o: Rappture.c
     74Rappture.o: Rappture.cc
    7575        $(CXX) -c $(CXX_SWITCHES) $?
    7676
     
    102102
    103103clean:
    104         $(RM) $(lib) $(bootstrap) $(man) $(pod) Rappture.o
     104        $(RM) $(lib) $(bootstrap) $(man) $(pod) Rappture.o Rappture.cc
    105105
    106106distclean: clean
Note: See TracChangeset for help on using the changeset viewer.