You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2007/09/16 09:32:50 UTC

svn commit: r576057 - /xalan/c/trunk/src/xalanc/Utils/Makefile.in

Author: dbertoni
Date: Sun Sep 16 00:32:48 2007
New Revision: 576057

URL: http://svn.apache.org/viewvc?rev=576057&view=rev
Log:
Patch for Jira issue XALANC-640.

Modified:
    xalan/c/trunk/src/xalanc/Utils/Makefile.in

Modified: xalan/c/trunk/src/xalanc/Utils/Makefile.in
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/Utils/Makefile.in?rev=576057&r1=576056&r2=576057&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/Utils/Makefile.in (original)
+++ xalan/c/trunk/src/xalanc/Utils/Makefile.in Sun Sep 16 00:32:48 2007
@@ -35,7 +35,7 @@
 CATALOG_NAME=$(MSGFILENAME)$(LOCALE)
 
 ifeq ($(PLATFORM), CYGWIN)
-XLIFF_FILE_NAME=$(shell cygpath -m $(XSL_NLS_SRC_DIR)/$(LOCALE)/$(MSGFILENAME)$(LOCALE).xlf)
+XLIFF_FILE_NAME=$(shell cygpath -u $(XSL_NLS_SRC_DIR)/$(LOCALE)/$(MSGFILENAME)$(LOCALE).xlf)
 else
 XLIFF_FILE_NAME=$(XSL_NLS_SRC_DIR)/$(LOCALE)/$(MSGFILENAME)$(LOCALE).xlf
 endif



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org