coreutils
[Top][All Lists]
Advanced

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

[PATCH 07/22] build: don't define $(SUFFIXES) explicitly


From: Stefano Lattarini
Subject: [PATCH 07/22] build: don't define $(SUFFIXES) explicitly
Date: Wed, 29 Aug 2012 23:54:44 +0200

* man/Makefile.am (SUFFIXES): Remove definition: Automake is smart
enough to extract the list of suffixes from the '.x.1' suffix rule
automatically.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 man/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index cc93a42..8e9df08 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -139,8 +139,6 @@ yes.1:              $(common_dep)   $(srcdir)/yes.x         
../src/yes.c
 # provoke regeneration of all $(MAN) files.
 $(MAN): $(top_srcdir)/src/system.h
 
-SUFFIXES = .x .1
-
 # Ensure that help2man runs the ../src/ginstall binary as
 # 'install' when creating install.1.
 # Similarly, ensure that it uses the ../src/[ binary to create test.1.
-- 
1.7.12




reply via email to

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