Declare Makefile suffixes, to be a little closer to POSIX make compliance.
authorBen Pfaff <blp@gnu.org>
Fri, 9 Oct 2009 02:50:59 +0000 (19:50 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 10 Oct 2009 21:29:25 +0000 (14:29 -0700)
POSIX requires that suffixes used in implicit rules be declared.  Automake
allows one to do that by adding the suffixes to a variable named SUFFIXES.
We weren't doing that consistently, and this commit fixes that up.

POSIX doesn't allow suffixes to contain more than one period, so this isn't
a complete fix, since the Makefiles still use .h.pl and .inc.pl as
suffixes.  There are other reasons, too, why the PSPP Makefiles are not
POSIX-compliant.


No differences found