From 9d47d548b120a382b53c92ac05dcf2909181f165 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 7 Apr 2020 12:48:43 +0200 Subject: [PATCH] Updated Makefile_ndr.mingw. --- src/win/Makefile_ndr.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index 816b34b52..5c95f58fa 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -388,7 +388,7 @@ DYNARECOBJ := 386_dynarec_ops.o \ codegen_ops_mmx_loadstore.o codegen_ops_mmx_logic.o codegen_ops_mmx_pack.o codegen_ops_mmx_shift.o \ codegen_ops_mov.o codegen_ops_shift.o codegen_ops_stack.o codegen_reg.o codegen_timing_486.o \ codegen_timing_686.o codegen_timing_common.o codegen_timing_k6.o codegen_timing_pentium.o \ - codegen_timing_winchip.o codegen_timing_winchip2.o $(PLATCG) + cocegen_timing_p6.o codegen_timing_winchip.o codegen_timing_winchip2.o $(PLATCG) endif ifneq ($(WX), n)