mingw32-make does not set $(RM) to "del"
Fabian Greffrath <[email protected]> Wed, 02 Jan 2013 14:38:29 +0100
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hello, occationally, I use mingw32-make for building very simple projects. However, it fails to call the clean: rules, because they remove the object files with "(RM) *.o" (similar). However, $(RM) is still set to "rm -f", which does not exist outside MSYS. Please fall back to Windows' own "del" in such case. - Fabian