From 31dfc5a64405e93cf6566174fdf5a1a0f687a74d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 27 Jul 2007 19:30:36 +0000 Subject: [PATCH] Add mipsel32 to make dist Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2935 --- src/cpu/core_dynrec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_dynrec/Makefile.am b/src/cpu/core_dynrec/Makefile.am index ad75110f..50c57a7a 100644 --- a/src/cpu/core_dynrec/Makefile.am +++ b/src/cpu/core_dynrec/Makefile.am @@ -1,2 +1,2 @@ noinst_HEADERS = cache.h decoder.h decoder_basic.h decoder_opcodes.h \ - dyn_fpu.h operators.h risc_x64.h risc_x86.h \ No newline at end of file + dyn_fpu.h operators.h risc_x64.h risc_x86.h risc_mipsel32.h \ No newline at end of file