Changeset 491 for trunk/src/Makefile.in


Ignore:
Timestamp:
Jul 21, 2006, 6:19:37 AM (18 years ago)
Author:
dkearney
Message:

testing installing python modules to temporary location using --prefix flag so we dont need to include a whole python distribution in our package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r490 r491  
    2323DEBUG           = -g -Wall
    2424DEBUG_PLUS      = -g -DDEBUG
    25 PY              = $(RP_INSTALL_BASE)/bin/python
     25# PY              = $(RP_INSTALL_BASE)/bin/python
     26PY              = python
    2627MEX             = mex
    2728OCT             = mkoctfile
     
    124125
    125126install_py: RpUnits.o RpUnitsStd.o
    126         $(PY) $(PY_SRC)/setup.py install
     127        $(PY) $(PY_SRC)/setup.py install --prefix=$(RP_INSTALL_BASE)
    127128
    128129
Note: See TracChangeset for help on using the changeset viewer.