From 549c08535aa6b9d6e372dc387b86b96fa0ec3cd2 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 1 Sep 2006 20:29:16 +0000 Subject: [PATCH] Use PATH_SEPARATOR variable for GUILE_LOAD_PATH for windows. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14780 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am index a3615ada68..1e6a983dcf 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -190,7 +190,7 @@ clean-local: iso-4217-currencies.c: iso-4217-currencies.scm iso-currencies-to-c -chmod u+x ${srcdir}/iso-currencies-to-c - GUILE_LOAD_PATH=@GNC_SRFI_LOAD_PATH@:${GUILE_LOAD_PATH} srcdir=${srcdir} ${srcdir}/iso-currencies-to-c + GUILE_LOAD_PATH=@GNC_SRFI_LOAD_PATH@@PATH_SEPARATOR@${GUILE_LOAD_PATH} srcdir=${srcdir} ${srcdir}/iso-currencies-to-c gw-engine.scm gw-engine.c gw-engine.h: \ gwrap-files1