The R Project SVN R

Rev

Rev 29654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29654 Rev 31722
Line 26... Line 26...
26
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
26
Other options of the form '-DMACRO' or 'VAR=VALUE' are passed on to the
27
compilation.
27
compilation.
28
 
28
 
29
Report bugs to <r-bugs@r-project.org>."
29
Report bugs to <r-bugs@r-project.org>."
30
 
30
 
31
makefiles="-f ${R_HOME}/etc/Makeconf"
31
makefiles="-f \"${R_HOME}/etc/Makeconf\""
-
 
32
if test -r "${HOME}/.Rmakeconf"; then
-
 
33
  makefiles="${makefiles} -f \"${HOME}/.Rmakeconf\""
-
 
34
fi
32
if test -r Makevars; then
35
if test -r Makevars; then
33
  makefiles="-f Makevars ${makefiles}"
36
  makefiles="-f Makevars ${makefiles}"
34
fi
37
fi
35
 
38
 
36
objs=
39
objs=