> From: "Keith Clifford" <[email protected]> > Date: Thu, 15 Apr 2021 08:43:47 -0700 > > When /home/make/4.3/make-4.3/src/w32/compat/dirent.c is built it requires > some things like > __DIRENT_COOKIE from dirent.h. But when building for mingw, __DIRENT_COOKIE > is #ifed out. I removed > the #ifdef __MINGW32__ in dirent.h and all seems to be fine since mingw has > its own dirent.h.
The official way of building a MinGW port of Make is by running the batch file build_w32.bat.
