Changeset 2170fd7 for Makefile.in


Ignore:
Timestamp:
Nov 1, 2006, 12:59:29 AM (17 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8862725
Parents:
6b3f797
git-author:
Sam Hartman <hartmans@mit.edu> (10/31/06 21:49:41)
git-committer:
Sam Hartman <hartmans@mit.edu> (11/01/06 00:59:29)
Message:
Don't include the default typemap in xsubpp compile line:
1) It doesn't live where the makefile expects it on Debian
2) it is included by default internally
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rafbf668 r2170fd7  
    5858
    5959perlglue.c: perlglue.xs
    60         perl $(XSUBPPDIR)/xsubpp -typemap $(XSUBPPDIR)/typemap -prototypes perlglue.xs > perlglue.c
     60        perl $(XSUBPPDIR)/xsubpp -prototypes perlglue.xs > perlglue.c
    6161
    6262varstubs.c: variable.c stubgen.pl
Note: See TracChangeset for help on using the changeset viewer.