Gerald Pfeifer gerald@pfeifer.com writes:
After using GCC's -save-temps option to debug something, I noticed that `make distclean` fails to actually remove .i and .s files.
This patch fixes it. I hope it's the right place to make this change?
It would be, but I don't think we want make clean to remove all possible output files from all possible tools. The current list is probably too much already, it should really be limited to files that are generated as part of the normal build process.