[Earthmovdist-commits] r22 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 27 15:39:10 CEST 2009


Author: edd
Date: 2009-04-27 15:39:10 +0200 (Mon, 27 Apr 2009)
New Revision: 22

Modified:
   pkg/src/Makevars.win
Log:
double quotes not single quotes

Modified: pkg/src/Makevars.win
===================================================================
--- pkg/src/Makevars.win	2009-04-24 14:16:57 UTC (rev 21)
+++ pkg/src/Makevars.win	2009-04-27 13:39:10 UTC (rev 22)
@@ -1,3 +1,3 @@
 # We need to know where libRcpp.so and Rcpp.h reside
-PKG_CPPFLAGS = $(shell Rscript.exe -e 'Rcpp:::CxxFlags()')
-PKG_LIBS = $(shell Rscript.exe -e 'Rcpp:::LdFlags()')
+PKG_CPPFLAGS = $(shell Rscript.exe -e "Rcpp:::CxxFlags()")
+PKG_LIBS = $(shell Rscript.exe -e "Rcpp:::LdFlags()")



More information about the Earthmovdist-commits mailing list