freemint / mintbin

The programs in this package are necessary as a supplement to the GNU binutils for MiNT.
GNU General Public License v2.0
2 stars 3 forks source link

Fix 'make install' outside source folder for native builds #5

Open mikrosk opened 3 months ago

mikrosk commented 3 months ago

This is my attempt to fix #2.

The first commit is just noise, so you can skip it.

The second commit is clear, where was a missing check for mintelf so that was the reason why it was failing only for mint.

The third commit is basically an adjusted copy&paste from include/mint/Makefile.am since that one's make install works and include/Makefile.am's make install doesn't.