coreutils
[Top][All Lists]
Advanced

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

[PATCH 12/22] build: one less unneeded make variable


From: Stefano Lattarini
Subject: [PATCH 12/22] build: one less unneeded make variable
Date: Sat, 1 Sep 2012 01:46:49 +0200

* man/local.mk (man_aux): This was used only once, so inline its
expansion in its only point of use ...
(EXTRA_DIST): ... here.
---
 man/local.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/man/local.mk b/man/local.mk
index f487442..717a877 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -18,9 +18,7 @@
 
 dist_man1_MANS = $(MAN)
 
-man_aux = $(dist_man1_MANS:.1=.x)
-
-EXTRA_DIST += $(man_aux) man/help2man
+EXTRA_DIST += $(dist_man1_MANS:.1=.x) man/help2man
 MAINTAINERCLEANFILES += $(dist_man1_MANS)
 
 EXTRA_MANS = @EXTRA_MANS@
-- 
1.7.12




reply via email to

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