gdb/readline: Fix date in last ChangeLog entry
[deliverable/binutils-gdb.git] / sim / avr / Makefile.in
index a10af556e137c404069c659ae0935f7736eeb30d..bc92361e07c60e4098d841fe6f4fe142cf18118f 100644 (file)
@@ -1,6 +1,6 @@
 #    Makefile template for Configure for the AVR sim library.
-#    Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
-# 
+#    Copyright (C) 2009-2019 Free Software Foundation, 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
@@ -16,9 +16,9 @@
 
 ## COMMON_PRE_CONFIG_FRAG
 
-SIM_OBJS = interp.o sim-load.o
-SIM_EXTRA_LIBS = -lm
+SIM_OBJS = \
+       interp.o \
+       $(SIM_NEW_COMMON_OBJS) \
+       sim-resume.o
 
 ## COMMON_POST_CONFIG_FRAG
-
-interp.o: interp.c
This page took 0.030832 seconds and 4 git commands to generate.