r18997 - gnucash/trunk/src/bin - G_PATH_SEPARATOR is not used in the environment config file. Remove it from the make script.

Geert Janssens gjanssens at code.gnucash.org
Mon Apr 5 14:09:51 EDT 2010


Author: gjanssens
Date: 2010-04-05 14:09:51 -0400 (Mon, 05 Apr 2010)
New Revision: 18997
Trac: http://svn.gnucash.org/trac/changeset/18997

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
G_PATH_SEPARATOR is not used in the environment config file. Remove it from the make script.

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2010-04-05 18:08:26 UTC (rev 18996)
+++ gnucash/trunk/src/bin/Makefile.am	2010-04-05 18:09:51 UTC (rev 18997)
@@ -83,7 +83,6 @@
 	    -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
 	    -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
 	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g" \
-	    -e 's#@-PATH_SEPARATOR-@#${PATH_SEPARATOR}#g' \
 	    -e 's#@-PREFIX-@#${prefix}#g'
 if PLATFORM_WIN32
 # Fix Windows paths.



More information about the gnucash-changes mailing list