diff --git a/README.html b/README.html index a49013f94..224303415 100644 --- a/README.html +++ b/README.html @@ -162,7 +162,7 @@ data/ For MinGW, edit the "makefile.cfg" file, and then

-

makefile -f makefile.mgw
+
makefile -f makefile.mingw

INSTALLATION

diff --git a/fix.sh b/fix.sh index d84a7161d..6b7f91576 100644 --- a/fix.sh +++ b/fix.sh @@ -78,7 +78,7 @@ if [ X"$ans" != X"y" ] ; then exit ; fi case "$platform" in "unix" ) makefile_name="makefile.linux" ;; "djgpp" ) makefile_name="makefile.dj" ;; - "mingw32" ) makefile_name="makefile.mgw" ;; + "mingw32" ) makefile_name="makefile.mingw" ;; "*" ) exit ;; esac diff --git a/makefile.mgw b/makefile.mingw similarity index 97% rename from makefile.mgw rename to makefile.mingw index 7c6c98f0e..2ae982d64 100644 --- a/makefile.mgw +++ b/makefile.mingw @@ -34,7 +34,7 @@ OBJ = .o EXE = .exe LIB_EXT = .a OBJ_DIR = obj/mingw32 -SUBMAKEFILE = makefile.mgw +SUBMAKEFILE = makefile.mingw ifndef CROSSCOMPILE DLLWRAP = dllwrap diff --git a/misc/dist.sh b/misc/dist.sh index 1727d7f06..6555f667b 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -82,7 +82,7 @@ ase_files="config.h \ makefile.gcc \ makefile.linux \ makefile.lst \ - makefile.mgw \ + makefile.mingw \ makefile.vc \ *.txt \ *.html \