diff options
| author | Enrico Tassi | 2018-03-02 17:53:47 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-03-06 05:56:46 -0800 |
| commit | 951f80b0ce46976791d8b7fa7cf68aea11018da0 (patch) | |
| tree | eb34f3a180b65e9f64a01f45d0d273b75e41e173 /dev/build | |
| parent | 7aa9b97896c7277c9979d3149fe126793863026e (diff) | |
build: win: turn off build/installation of gnu Make
Diffstat (limited to 'dev/build')
| -rw-r--r-- | dev/build/windows/makecoq_mingw.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index b0801190e1..49eece5a44 100644 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1361,10 +1361,7 @@ list_files ocaml make_coq if [ "$INSTALLMAKE" == "Y" ] ; then - # I've to comment this out becase, with addons, if this make is in the - # PATH it hides the real one (the one that works, while this one does not) - #make_mingw_make - : + make_mingw_make fi list_files ocaml_coq |
