From 177d52f5d517ff92c5ddce14de973c1213144d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Tue, 7 Apr 2020 13:42:03 +0200 Subject: [PATCH] fix build --- 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 5c95f58fa..077ccfdd9 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 \ - cocegen_timing_p6.o codegen_timing_winchip.o codegen_timing_winchip2.o $(PLATCG) + codegen_timing_p6.o codegen_timing_winchip.o codegen_timing_winchip2.o $(PLATCG) endif ifneq ($(WX), n)