+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
 
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
 
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
 
 #    Makefile template for Configure for the h8300 sim library.
 #    Copyright (C) 1990-2015 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
           $(SIM_NEW_COMMON_OBJS) \
           sim-cpu.o \
           sim-engine.o \
-          sim-load.o \
-          $(SIM_EXTRA_OBJS)
+          sim-load.o
 
 ## COMMON_POST_CONFIG_FRAG
 
 
+2015-04-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
+
 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
 
        * config.in, configure: Regenerate.
 
 #    Makefile template for Configure for the MSP430 sim library.
 #    Copyright 2012-2015 Free Software Foundation, Inc.
 #    Written by Red Hat Inc.
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # List of object files, less common parts.
 SIM_OBJS = \
-        $(SIM_NEW_COMMON_OBJS) \
-        msp430-sim.o \
+       $(SIM_NEW_COMMON_OBJS) \
+       msp430-sim.o \
        trace.o \
-        sim-cpu.o \
-        sim-engine.o \
-        sim-hload.o \
-        sim-hrw.o \
-        sim-reason.o \
-        sim-reg.o \
-        sim-resume.o \
-        sim-stop.o \
-        $(SIM_EXTRA_OBJS)
+       sim-cpu.o \
+       sim-engine.o \
+       sim-hload.o \
+       sim-hrw.o \
+       sim-reason.o \
+       sim-reg.o \
+       sim-resume.o \
+       sim-stop.o \
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.