From 3f84f48415f3e83a63980cdd64623669024acfe8 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 11 Sep 2017 10:24:01 -0700 Subject: [PATCH] Fix tiny omission that didn't build standard-reports.go. --- gnucash/report/standard-reports/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/standard-reports/CMakeLists.txt b/gnucash/report/standard-reports/CMakeLists.txt index c8d46e4f7e..a2ddcc7587 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.