Skip to content

gnuwin32/Makefile (PR#2304)

2 messages · Jun Yan, Brian Ripley

#
I was trying cross-compiling R-1.6.1 and found that at line 519 of
R-1.6.1/src/gnuwin32/Makefile, 

../library/%/DESCRIPTION: ../library/RECOMMENDED/%.tgz

needs to be changed to

../library/%/DESCRIPTION: ../library/Recommended/%.tgz


Jun


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Yes, already found and fixed.  It's only needed when cross-compiling
as Windows is case-insensitive.
On Sun, 17 Nov 2002 jyan@stat.wisc.edu wrote: