Drop double suffixes from makefiles to improve POSIX make compliance.
authorBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:53:50 +0000 (13:53 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 11 Oct 2009 20:53:50 +0000 (13:53 -0700)
POSIX says that suffixes must contain only a single dot, e.g. ".inc.pl"
is not allowed.  So this commit renames files and adjusts the makefiles
to comply with this rule.


No differences found