remove support for subarch .sub files from the makefile
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 02:49:32 +0000 (02:49 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 02:49:32 +0000 (02:49 +0000)
commit0f814a4e57e80d2512934820b878211e9d71c93e
treef65db3ca06f8c58589cc2d41a6c3f1e3ba8b4595
parentb6363bb70aad402be7c548a7ec053b124db076d9
remove support for subarch .sub files from the makefile

as of commit af21a82ccc8687aa16e85def7db95efeae4cf72e, .sub files are
no longer in use. removing the makefile machinery to handle them not
only cleans up and simplifies the makefile, but also significantly
reduces make's startup time.
Makefile