wl pushed a commit to branch master
in repository groff.

commit 92d18b6ee42e40981c6da37570b731d002f7de33
Author: Ingo Schwarze <[email protected]>
Date:   Tue Mar 11 06:22:39 2014 +0100

    glilypond: Makefile.sub (install_data): POSIX conformance.
    
    Do not use $< outside inference rules, and even less when there are
    multiple targets.
---
 contrib/glilypond/ChangeLog    |   10 ++++++++--
 contrib/glilypond/Makefile.sub |    4 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index c0a34fa..190518d 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,7 +1,13 @@
+2014-03-11  Ingo Schwarze  <[email protected]> (tiny change)
+
+       * Makefile.sub (install_data): POSIX conformance.
+
+       Do not use $< outside inference rules, and even less when there are
+       multiple targets.
+
 2014-02-14  Bernd Warken  <[email protected]>
 
-       * contrib/glilypond/examples/example.groff: Add this directory and
-       this file.
+       * examples/example.groff: Add this directory and this file.
 
 2014-01-06  Bernd Warken  <[email protected]>
 
diff --git a/contrib/glilypond/Makefile.sub b/contrib/glilypond/Makefile.sub
index c934e1d..0ff5e3e 100644
--- a/contrib/glilypond/Makefile.sub
+++ b/contrib/glilypond/Makefile.sub
@@ -60,8 +60,8 @@ glilypond: $(srcdir)/glilypond.pl
 install_data: glilypond $(GLILYPOND_LIB)
        -test -d $(DESTDIR)$(bindir) \
                || $(mkinstalldirs) $(DESTDIR)$(bindir)
-       $(RM) $(DESTDIR)$(bindir)/$<
-       $(INSTALL_SCRIPT) glilypond $(DESTDIR)$(bindir)/$<
+       $(RM) $(DESTDIR)$(bindir)/glilypond
+       $(INSTALL_SCRIPT) glilypond $(DESTDIR)$(bindir)/glilypond
        -test -d $(DESTDIR)$(glilypond_dir) \
                || $(mkinstalldirs) $(DESTDIR)$(glilypond_dir)
        for f in $(GLILYPOND_LIB_); do \

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to