bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63302] Makefile, output from "make" contains "...sh: @echo:...not


From: G. Branden Robinson
Subject: [bug #63302] Makefile, output from "make" contains "...sh: @echo:...not found"
Date: Tue, 1 Nov 2022 18:07:17 -0400 (EDT)

Update of bug #63302 (project groff):

                  Status:                    None => In Progress            
             Assigned to:                    None => gbranden               
         Planned Release:                    None => 1.23.0                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for the report.  I have a fix pending for my next push.


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 =



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63302>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]