ksherlock / mpw

Macintosh Programmer's Workshop (mpw) compatibility layer
239 stars 21 forks source link

Support for MPW Makefile ".y" extensions in addition to ".o" #15

Open steventroughtonsmith opened 9 years ago

steventroughtonsmith commented 9 years ago

I noticed a gotcha when porting some old MPW makefiles (https://github.com/steventroughtonsmith/SimpleText) over in that object files often come with a .y file extension; if you don't remap that to .o in your new makefile the build process will fail horribly at the linker stage.

Not specifically a 'bug' in mpw's case, but worth noting here at least.