Skip to content
  • deuce's avatar
    Clear the environment before running the cryptlib submake. · a80e2775
    deuce authored
    This is because the Cryptlib makefile doesn't use $(MAKE) for submakes and
    instead hardcodes the string "make" since gmake -C sets MAKEFLAGS to "w",
    this ends up breaking builds on systems where the first make in the path
    doesn't support the non-standard -w option.
    a80e2775