From 075e325b80893d7ac35f48b8c3f28d74990c0eb5 Mon Sep 17 00:00:00 2001 From: twisti Date: Sun, 9 Nov 2003 19:44:36 +0000 Subject: [PATCH] Cleaned up. --- jit/i386/Makefile.am | 15 +++++++-------- src/vm/jit/i386/Makefile.am | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/jit/i386/Makefile.am b/jit/i386/Makefile.am index c39bb7bdb..60bf96003 100644 --- a/jit/i386/Makefile.am +++ b/jit/i386/Makefile.am @@ -1,23 +1,22 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $ +# $Id: Makefile.am 590 2003-11-09 19:44:36Z twisti $ INCLUDES = -I$(top_srcdir)/jit EXTRA_DIST = \ asmpart.S \ - disass.c \ - disass.h \ - native-math.h \ + bfd.h \ codegen.c \ codegen.h \ + dis-asm.h \ + disass.c \ + disass.h \ methodtable.c \ methodtable.h \ - types.h \ - threads.h \ - dis-asm.h \ - bfd.h + native-math.h \ + types.h noinst_LIBRARIES = libarch.a diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index c39bb7bdb..60bf96003 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -1,23 +1,22 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $ +# $Id: Makefile.am 590 2003-11-09 19:44:36Z twisti $ INCLUDES = -I$(top_srcdir)/jit EXTRA_DIST = \ asmpart.S \ - disass.c \ - disass.h \ - native-math.h \ + bfd.h \ codegen.c \ codegen.h \ + dis-asm.h \ + disass.c \ + disass.h \ methodtable.c \ methodtable.h \ - types.h \ - threads.h \ - dis-asm.h \ - bfd.h + native-math.h \ + types.h noinst_LIBRARIES = libarch.a -- 2.25.1