diff options
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 0333a56..8893f80 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -1,7 +1,7 @@ # 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 @@ -21,8 +21,7 @@ SIM_OBJS = compile.o \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ sim-engine.o \ - sim-load.o \ - $(SIM_EXTRA_OBJS) + sim-load.o ## COMMON_POST_CONFIG_FRAG |