gnucash maint: Fix parallel make for guile2 compilation

Geert Janssens gjanssens at code.gnucash.org
Wed Nov 12 09:25:37 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/d6826976 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3a825c92 (commit)



commit d6826976efdd83ac620355f499546c6f6af097cf
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Nov 12 14:43:01 2014 +0100

    Fix parallel make for guile2 compilation

diff --git a/src/core-utils/Makefile.am b/src/core-utils/Makefile.am
index 5a87242..ea670c1 100644
--- a/src/core-utils/Makefile.am
+++ b/src/core-utils/Makefile.am
@@ -116,7 +116,7 @@ if GNC_HAVE_GUILE_2
 GUILE_COMPILE_ENV = \
   --library-dir    ${top_builddir}/src/core-utils
 
-%.go : %.scm .scm-links $(pkglib_LTLIBRARIES)
+%.go : %.scm .scm-links $(lib_LTLIBRARIES)
 	GNC_UNINSTALLED=yes \
 	GNC_BUILDDIR=${top_builddir} \
 	$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GUILE_COMPILE_ENV})  \
diff --git a/src/gnc-module/Makefile.am b/src/gnc-module/Makefile.am
index 9baafe4..0dc861c 100644
--- a/src/gnc-module/Makefile.am
+++ b/src/gnc-module/Makefile.am
@@ -69,7 +69,7 @@ if GNC_HAVE_GUILE_2
 GUILE_COMPILE_ENV = \
   --library-dir    ${top_builddir}/src/gnc-module
 
-%.go : %.scm .scm-links $(pkglib_LTLIBRARIES)
+%.go : %.scm .scm-links $(lib_LTLIBRARIES)
 	GNC_UNINSTALLED=yes \
 	GNC_BUILDDIR=${top_builddir} \
 	$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GUILE_COMPILE_ENV}) \
diff --git a/src/test-core/Makefile.am b/src/test-core/Makefile.am
index 0e2257c..e379938 100644
--- a/src/test-core/Makefile.am
+++ b/src/test-core/Makefile.am
@@ -101,7 +101,7 @@ if GNC_HAVE_GUILE_2
 GUILE_COMPILE_ENV = \
   --library-dir    ${top_builddir}/src/test-core
 
-%.go : %.scm .scm-links $(pkglib_LTLIBRARIES)
+%.go : %.scm .scm-links $(noinst_LTLIBRARIES)
 	GNC_UNINSTALLED=yes \
 	GNC_BUILDDIR=${top_builddir} \
 	$(shell ${top_builddir}/src/gnc-test-env --no-exports ${GUILE_COMPILE_ENV}) \



Summary of changes:
 src/core-utils/Makefile.am | 2 +-
 src/gnc-module/Makefile.am | 2 +-
 src/test-core/Makefile.am  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list