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.
LIBRUBY_SO on Cygwin was named originally.
LIBRUBY_SO
$(RUBY_INSTALL_NAME)-cygwin.dll
$(RUBY_INSTALL_NAME).cygwin.dll
cygwin-$(RUBY_INSTALL_NAME)-$(MAJOR).$(MINOR).dll
And then renamed to be net distribution compliant.
cyg$(RUBY_SO_NAME)$(MAJOR)$(MINOR).dll
Next at 430eabfe139, forwarding DLL was added for binary compatibility against extension libraries.
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.
LIBRUBY_SOon Cygwin was named originally.$(RUBY_INSTALL_NAME)-cygwin.dll$(RUBY_INSTALL_NAME).cygwin.dllcygwin-$(RUBY_INSTALL_NAME)-$(MAJOR).$(MINOR).dllAnd then renamed to be net distribution compliant.
cyg$(RUBY_SO_NAME)$(MAJOR)$(MINOR).dllNext at 430eabfe139, forwarding DLL was added for binary
compatibility against extension libraries.