ruby/cygwin
Nobuyoshi Nakada 51fa4c9f49
Removed obsolete forwarding DLL recipe
It has never been created by default, and no reason to keep binary
compatibility against extension libraries for ruby 1.8.

1. `LIBRUBY_SO` on Cygwin was named originally.

   - 94089e82a1:: `$(RUBY_INSTALL_NAME)-cygwin.dll`
   - f0ba57341a:: `$(RUBY_INSTALL_NAME).cygwin.dll`
   - c74a3b21f5:: `cygwin-$(RUBY_INSTALL_NAME)-$(MAJOR).$(MINOR).dll`

2. And then renamed to be net distribution compliant.

   - 6f059f33ef:: `cyg$(RUBY_SO_NAME)$(MAJOR)$(MINOR).dll`

3. Next at 430eabfe13, forwarding DLL was added for binary
   compatibility against extension libraries.
2020-05-27 12:40:18 +09:00
..
GNUmakefile.in Removed obsolete forwarding DLL recipe 2020-05-27 12:40:18 +09:00