etc/sendmail: Fix installation of the /etc/mail/Makefile.
authorSascha Wildner <saw@online.de>
Fri, 20 Mar 2015 11:01:18 +0000 (12:01 +0100)
committerSascha Wildner <saw@online.de>
Fri, 20 Mar 2015 11:01:18 +0000 (12:01 +0100)
commit6ea966eeb3cae8c427ed131fb69bf1bc05d57bcb
tree87a9dc832bebc3f9a8396d5e4e5aeecb686d3644
parent94a74fd823349d1efa4765c57f6a0e5d1d89189c
etc/sendmail: Fix installation of the /etc/mail/Makefile.

The way this was done led to problems when doing 'make install' and
'make clean' from etc/mail. The generated Makefile would overwrite
the shipped Makefile (upon install) or the shipped Makefile would
delete itself (upon clean).

Use FILESNAME_... which is meant for this kind of stuff.

Reported-by: tkusumi
etc/sendmail/Makefile