Changeset 3749 for trunk/lang/R


Ignore:
Timestamp:
Jul 5, 2013, 10:07:51 PM (11 years ago)
Author:
gah
Message:

fix Makefiles (one more time)

File:
1 edited

Legend:

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

    r3746 r3749  
    2121R               = @R@
    2222
    23 coresrcdir      = ${PWD}/$(srcdir)/../../src/core
    24 corelibdir      = ${PWD}/../../src/core
    25 R_flags         = --configure-args='--with-rappture-include=$(includedir) \
     23coresrcdir      = `pwd`/$(srcdir)/../../src/core
     24corelibdir      = `pwd`/../../src/core
     25R_flags         = --configure-args='--with-rappture-include=$(includedir)  \
    2626                                    --with-rappture-lib=$(libdir)'
    2727
Note: See TracChangeset for help on using the changeset viewer.