summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-01 17:05:20 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-04 21:18:40 -0500
commit4b51278b8a59c40506512e495bbf154966e329d0 (patch)
tree8b41de72c5c8b9cf1778e52fe6e151ae6c3dbb2d
parentcbab28abd3771f9d1617b9dca99cb98283a9fd66 (diff)
downloadgroff-git-4b51278b8a59c40506512e495bbf154966e329d0.tar.gz
[gxditview]: Fix noise from build.
* src/devices/xditview/xditview.am ($(GXDITVIEW_GROFF_VERSION_H)): Run `$(MKDIR_P)` and `printf` as separate rule commands in order to use them with `$(AM_V_at)` and `$(AM_V_GEN)`, respectively. Prevents noise from build. Fixes <https://savannah.gnu.org/bugs/?63302>. Thanks to Bjarni Ingi Gislason for the report.
-rw-r--r--ChangeLog10
-rw-r--r--src/devices/xditview/xditview.am6
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b96083812..9f200652c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-11-01 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * src/devices/xditview/xditview.am
+ ($(GXDITVIEW_GROFF_VERSION_H)): Run `$(MKDIR_P)` and `printf` as
+ separate rule commands in order to use them with `$(AM_V_at)`
+ and `$(AM_V_GEN)`, respectively. Prevents noise from build.
+
+ Fixes <https://savannah.gnu.org/bugs/?63302>. Thanks to Bjarni
+ Ingi Gislason for the report.
+
2022-10-31 G. Branden Robinson <g.branden.robinson@gmail.com>
[eqn]: Fix Savannah #63299.
diff --git a/src/devices/xditview/xditview.am b/src/devices/xditview/xditview.am
index 084c26a3c..7bb32ba0a 100644
--- a/src/devices/xditview/xditview.am
+++ b/src/devices/xditview/xditview.am
@@ -37,9 +37,9 @@ GXDITVIEWSOURCES = \
GXDITVIEW_GROFF_VERSION_H=src/devices/xditview/groff_version.h
$(GXDITVIEW_GROFF_VERSION_H): $(top_srcdir)/.version
- $(AM_V_at)$(MKDIR_P) `dirname $@` \
- && $(AM_V_GEN)printf \
- 'const char *Version_string = "%s";\n' '@VERSION@' > $@
+ $(AM_V_at)$(MKDIR_P) `dirname $@`
+ $(AM_V_GEN)printf \
+ 'const char *Version_string = "%s";\n' '@VERSION@' > $@
if WITHOUT_X11
GXDITVIEW_MAN1 =