From acc53e28508836d7cae1e4c638df4eb0991afb22 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 1 Sep 2006 20:23:18 +0000 Subject: [PATCH] Fix parallel build as proposed by Mike Alexander git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14779 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 d32569407d..a3615ada68 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -209,7 +209,7 @@ gw-kvp.scm gw-kvp.c gw-kvp.h: \ gwrap-files2 gwrap-files2: \ - .scm-links gw-kvp-spec.scm ${top_builddir}/config.status + .scm-links gw-kvp-spec.scm ${top_builddir}/config.status gwrap-files1 FLAVOR=gnome $(GUILE) -c \ "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \ (set! %load-path (cons \"${PWD}\" %load-path)) \