G_PATH_SEPARATOR is not used in the environment config file. Remove it from the make script.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18997 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2010-04-05 18:09:51 +00:00
parent a8f22f38e3
commit cbe2fb979d

View File

@@ -83,7 +83,6 @@ environment: ${GNUCASH_ENVIRONMENT}.in ${top_builddir}/config.status Makefile
-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.