gnucash master: Fix tiny omission that didn't build standard-reports.go.

John Ralls jralls at code.gnucash.org
Mon Sep 11 13:25:02 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/3f84f484 (commit)
	from  https://github.com/Gnucash/gnucash/commit/465f24af (commit)



commit 3f84f48415f3e83a63980cdd64623669024acfe8
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 11 10:24:01 2017 -0700

    Fix tiny omission that didn't build standard-reports.go.

diff --git a/gnucash/report/standard-reports/CMakeLists.txt b/gnucash/report/standard-reports/CMakeLists.txt
index c8d46e4..a2ddcc7 100644
--- a/gnucash/report/standard-reports/CMakeLists.txt
+++ b/gnucash/report/standard-reports/CMakeLists.txt
@@ -56,7 +56,7 @@ GNC_ADD_SCHEME_TARGETS(scm-standard-reports-2
   TRUE
 )
 
-ADD_CUSTOM_TARGET(scm-standard-reports ALL DEPENDS scm-standard-reports-2 scm-standard-reports)
+ADD_CUSTOM_TARGET(scm-standard-reports ALL DEPENDS scm-standard-reports-2 scm-standard-reports-1)
 
 # FIXME: This is a hack since core-utils assumes an autotools build environment.
 



Summary of changes:
 gnucash/report/standard-reports/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list