[Fedora-directory-commits] coolkey/applet Makefile,1.3,1.4

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Fri Nov 16 01:48:49 UTC 2007


Author: jmagne

Update of /cvs/dirsec/coolkey/applet
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28730

Modified Files:
	Makefile 
Log Message:
Minor change to the Windows classpath separator char, from ";" to "\;" since Cygwin eats the sem if not escaped. Rev. rrelyea.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/coolkey/applet/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	5 Oct 2006 00:57:36 -0000	1.3
+++ Makefile	16 Nov 2007 01:48:47 -0000	1.4
@@ -83,7 +83,7 @@
 endif
 
 ifdef windir
-SEP=";"
+SEP="\;"
 else
 SEP=":"
 endif




More information about the Fedora-directory-commits mailing list