r19010 - gnucash/trunk/src/bin - Remove unneeded path conversion on Windows

Geert Janssens gjanssens at code.gnucash.org
Sat Apr 10 05:06:01 EDT 2010


Author: gjanssens
Date: 2010-04-10 05:06:01 -0400 (Sat, 10 Apr 2010)
New Revision: 19010
Trac: http://svn.gnucash.org/trac/changeset/19010

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
Remove unneeded path conversion on Windows

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2010-04-10 09:01:16 UTC (rev 19009)
+++ gnucash/trunk/src/bin/Makefile.am	2010-04-10 09:06:01 UTC (rev 19010)
@@ -103,11 +103,6 @@
 	    -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
 	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g" \
 	    -e 's#@-PREFIX-@#${prefix}#g'
-if PLATFORM_WIN32
-# Fix Windows paths.
-	sed < $@.tmp > $@.tmp2 -e 's,/,\\,g'
-	mv $@.tmp2 $@.tmp
-endif
 	mv $@.tmp $@
 	chmod u+x $@
 



More information about the gnucash-changes mailing list