groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/03: glilypond: Makefile.sub (install_data): POSIX conformance


From: Werner LEMBERG
Subject: [groff] 02/03: glilypond: Makefile.sub (install_data): POSIX conformance.
Date: Tue, 11 Mar 2014 05:29:11 +0000

wl pushed a commit to branch master
in repository groff.

commit 92d18b6ee42e40981c6da37570b731d002f7de33
Author: Ingo Schwarze <address@hidden>
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  <address@hidden> (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  <address@hidden>
 
-       * 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  <address@hidden>
 
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 \



reply via email to

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