[Rcpp-commits] r873 - pkg/RcppExamples/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 10 23:46:24 CET 2010


Author: edd
Date: 2010-03-10 23:46:24 +0100 (Wed, 10 Mar 2010)
New Revision: 873

Modified:
   pkg/RcppExamples/src/Makevars.win
Log:
continued fix for Makevars.win


Modified: pkg/RcppExamples/src/Makevars.win
===================================================================
--- pkg/RcppExamples/src/Makevars.win	2010-03-10 22:41:49 UTC (rev 872)
+++ pkg/RcppExamples/src/Makevars.win	2010-03-10 22:46:24 UTC (rev 873)
@@ -1,5 +1,5 @@
 
 ## This assume that we can call Rscript to ask Rcpp about its locations
 ## Use the R_HOME indirection to support installations of multiple R version
-PKG_LIBS = $(shell $(R_HOME)/bin/Rscript --vanilla -e 'Rcpp:::LdFlags()'`
-PKG_CPPFLAGS = `$(R_HOME)/bin/Rscript --vanilla -e 'Rcpp:::CxxFlags()'`
+PKG_LIBS = $(shell $(R_HOME)/bin/Rscript --vanilla -e "Rcpp:::LdFlags()")
+PKG_CPPFLAGS = $(shell $(R_HOME)/bin/Rscript --vanilla -e "Rcpp:::CxxFlags()")



More information about the Rcpp-commits mailing list