# HG changeset patch # User Rik # Date 1344037133 25200 # Node ID d7f8b0b91cb2033fab7625cc015b9e84d336d85a # Parent 909a2797935bbf1e59690da056a9b850360a0e26 maint: Remove duplicate includes for JIT sources from build. * interp-core/module.mk: Remove duplicate includes for JIT sources from build. diff -r 909a2797935b -r d7f8b0b91cb2 src/interp-core/module.mk --- a/src/interp-core/module.mk Fri Aug 03 13:18:21 2012 -0700 +++ b/src/interp-core/module.mk Fri Aug 03 16:38:53 2012 -0700 @@ -23,9 +23,6 @@ interp-core/gl2ps-renderer.h \ interp-core/gl2ps.h \ interp-core/gripes.h \ - interp-core/jit-ir.h \ - interp-core/jit-typeinfo.h \ - interp-core/jit-util.h \ interp-core/ls-ascii-helper.h \ interp-core/ls-hdf5.h \ interp-core/ls-mat-ascii.h \ @@ -50,7 +47,6 @@ interp-core/oct-strstrm.h \ interp-core/oct.h \ interp-core/procstream.h \ - interp-core/pt-jit.h \ interp-core/siglist.h \ interp-core/sparse-xdiv.h \ interp-core/sparse-xpow.h \ @@ -84,9 +80,6 @@ interp-core/gl-render.cc \ interp-core/gl2ps-renderer.cc \ interp-core/gripes.cc \ - interp-core/jit-ir.cc \ - interp-core/jit-typeinfo.cc \ - interp-core/jit-util.cc \ interp-core/ls-ascii-helper.cc \ interp-core/ls-hdf5.cc \ interp-core/ls-mat-ascii.cc \ @@ -105,7 +98,6 @@ interp-core/oct-stream.cc \ interp-core/oct-strstrm.cc \ interp-core/procstream.cc \ - interp-core/pt-jit.cc \ interp-core/sparse-xdiv.cc \ interp-core/sparse-xpow.cc \ interp-core/txt-eng-ft.cc \