From d38949d3041f19f49a299fac507324dc0fb828e2 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 1 Jan 2018 04:44:12 +0100 Subject: [PATCH] Fixed a compile-breaking mistake in the makefile. --- src/win/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 9686ccd6b..70bddc14f 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -8,7 +8,7 @@ # # Makefile for Win32 (MinGW32) environment. # -# Version: @(#)Makefile.mingw 1.0.89 2018/01/01 +# Version: @(#)Makefile.mingw 1.0.90 2018/01/01 # # Authors: Miran Grca, # Fred N. van Kempen, @@ -310,7 +310,7 @@ endif ifeq ($(GREENB), y) OPTS += -DUSE_GREENB -DEVROBJ + m_at_4gpv31.o +DEVROBJ += m_at_4gpv31.o endif ifeq ($(I686), y)