From 7e85a52be42082c58f729178618e17c54083221d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 29 Aug 2012 15:02:19 +0200 Subject: 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. --- man/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'man') 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. -- cgit v1.2.3-54-g00ecf