|
Am 21.05.2014 01:29, schrieb Philipp Janda:
mingw32-make worked fine so far for me. i simply made a copy of mingw32-make and named it make.exe and included the mingw\bin folder into PATH.Am 21.05.2014 00:52 schröbte Philipp Janda:So to sum this up: * `make` in MinGW is broken, you have to use `mingw32-make`.I can't blame MinGW for this. I just checked, and MinGW doesn't even have `make`, only `mingw32-make`. I must have picked it up somewhere else in my PATH ... (But I remember that MinGW once had a broken `make` command.) Philipp
i suggest, to put a note into the README mentioning the different make command name. You already called "make" using the $(MAKE) macro inside makefiles, so all should run fine with mingw32-make.
Ulrich.