]> git.eshelyaron.com Git - emacs.git/commit
Make .eln files executable on Cygwin
authorKen Brown <kbrown@cornell.edu>
Mon, 27 Sep 2021 18:46:41 +0000 (14:46 -0400)
committerKen Brown <kbrown@cornell.edu>
Mon, 27 Sep 2021 18:46:41 +0000 (14:46 -0400)
commit6bec21243d20df015875ee8576bc722224480acb
tree3b12ef0bc491065d85bd7aaf4ea9d3772a15cda4
parentf8ef415d4e2c428b1d3f066913a8a51d494d5536
Make .eln files executable on Cygwin

* Makefile.in (INSTALL_ELN): New variable, equal to $(INSTALL) on
Cygwin and $(INSTALL_DATA) on other platforms.
(install-eln): Use INSTALL_ELN instead of INSTALL_DATA.
(Bug#50818)
Makefile.in