commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-35-g3f77d10


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-35-g3f77d10
Date: Tue, 21 Sep 2010 08:52:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  3f77d1054a324a579085d3afbb24ee39c3325490 (commit)
      from  a817502d9da9e61d4b875f47ab97f2a685897bf5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=3f77d1054a324a579085d3afbb24ee39c3325490


commit 3f77d1054a324a579085d3afbb24ee39c3325490
Author: Mats Erik Andersson <address@hidden>
Date:   Tue Sep 21 10:51:53 2010 +0200

    man/Makefile.am: Use $(MAKE) instead of "make".
    
    Signed-off-by: Simon Josefsson <address@hidden>

diff --git a/ChangeLog b/ChangeLog
index 8407cae..8c99564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-15  Mats Erik Andersson <address@hidden>
+
+       * man/Makefile.am: Use expansion "$(MAKE)".
+
 2010-09-21  Simon Josefsson  <address@hidden>
 
        * ifconfig/system/qnx.h: Rename pre-processor symbol
diff --git a/man/Makefile.am b/man/Makefile.am
index 2b0e189..1afd843 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -178,10 +178,10 @@ uucpd.8: uucpd.h2m $(top_srcdir)/src/uucpd.c 
$(top_srcdir)/configure.ac
 whois.1: whois.h2m $(top_srcdir)/whois/whois.c $(top_srcdir)/configure.ac
 
 .h2m.1:
-       make man TOOL=$* SECTION=1
+       $(MAKE) man TOOL=$* SECTION=1
 
 .h2m.8:
-       make man TOOL=$* SECTION=8
+       $(MAKE) man TOOL=$* SECTION=8
 
 mapped_name = `echo ../$(TOOL)/$(TOOL) \
 | sed s,../ping6/ping6,../ping/ping6,\

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    4 ++++
 man/Makefile.am |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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