diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-29 15:02:19 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-30 15:21:59 +0200 |
commit | 7e85a52be42082c58f729178618e17c54083221d (patch) | |
tree | 38f889039f346b3e5e9c86427bef628d84fc4a3c | |
parent | f56980b99cadfe93fc208da781985786fdab87ce (diff) | |
download | coreutils-7e85a52be42082c58f729178618e17c54083221d.tar.xz |
build: don't define $(SUFFIXES) explicitly
* man/Makefile.am (SUFFIXES): Remove definition: Automake is smart
enough to extract the list of suffixes from the '.x.1' suffix rule
automatically.
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index cc93a4244..8e9df082b 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. |