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 <[email protected]>
Date: Tue Sep 21 10:51:53 2010 +0200
man/Makefile.am: Use $(MAKE) instead of "make".
Signed-off-by: Simon Josefsson <[email protected]>
diff --git a/ChangeLog b/ChangeLog
index 8407cae..8c99564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-15 Mats Erik Andersson <[email protected]>
+
+ * man/Makefile.am: Use expansion "$(MAKE)".
+
2010-09-21 Simon Josefsson <[email protected]>
* 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
_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils