You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/08 09:54:51 UTC

svn commit: r802316 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Author: mturk
Date: Sat Aug  8 07:54:51 2009
New Revision: 802316

URL: http://svn.apache.org/viewvc?rev=802316&view=rev
Log:
Quote the link and lib tools in case they are in path with spaces

Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=802316&r1=802315&r2=802316&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Sat Aug  8 07:54:51 2009
@@ -30,9 +30,9 @@
 OBJ=@obj@
 EXE=@exe@
 AS=@as@
-AR=@ar@
+AR="@ar@"
 ARFLAGS=@arflags@
-LINK=@link@
+LINK="@link@"
 PREFIX=@prefix@
 LIBDIR=@libdir@
 TOPDIR=@topdir@