[Mingw-w64-public] Fix def file generation during parallel build

2015-11-14 Thread JonY
Patch OK? diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index a137750..48bdfd3 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -1416,7 +1416,7 @@ endif # ## %.def: %.def.in - $(CPP) -x c $< -Wp,-w -I$(top_srcdir)/def-include | $(SED)

Re: [Mingw-w64-public] PATCH for autootools to use genlib

2015-11-14 Thread NightStrike
LGTM, thanks for taking the time to do it well! On Nov 11, 2015 2:24 AM, "Martell Malone" wrote: > You changed from --enable to --with, but left the conditional name as >> ENABLE_GENLIB. Change to WITH_GENLIB. >> Makefile.am: >> Don't test WITH_GENLIB twice. Test it once and set all the variabl