From: Stefano Lattarini Date: Wed, 29 Aug 2012 13:02:19 +0000 (+0200) Subject: build: don't define $(SUFFIXES) explicitly X-Git-Tag: v8.20~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e85a52be42082c58f729178618e17c54083221d;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/man/Makefile.am b/man/Makefile.am index cc93a4244f..8e9df082b3 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.