aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/run.c
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1995-09-07 19:08:15 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1995-09-07 19:08:15 +0000
commit24691f5599b040d488e6a95a4336dbf0deed9e83 (patch)
tree52f1184b0043af4ed52f372c63fa263db03c756f /sim/arm/run.c
parentef346f1a7ff294f11a8b72a1474cc476a8804645 (diff)
downloadgdb-24691f5599b040d488e6a95a4336dbf0deed9e83.zip
gdb-24691f5599b040d488e6a95a4336dbf0deed9e83.tar.gz
gdb-24691f5599b040d488e6a95a4336dbf0deed9e83.tar.bz2
(Try to) Update to new bfd autoconf scheme.
* run.c: Don't include sysdep.h. * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. (CC, CFLAGS, AR, RANLIB): Likewise. (HDEFINES, TDEFINES): Define. (CC_FOR_BUILD): Delete. (host_makefile_frag): Delete. (Makefile): Don't depend on frags. * configure.in (sysdep.h): Don't create symlink. (host_makefile_frag, frags): Deleted. (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. * configure: Regenerated.
Diffstat (limited to 'sim/arm/run.c')
-rw-r--r--sim/arm/run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/arm/run.c b/sim/arm/run.c
index 8cdeebc..0746bee 100644
--- a/sim/arm/run.c
+++ b/sim/arm/run.c
@@ -24,7 +24,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
#include <stdio.h>
#include <varargs.h>
#include "bfd.h"
-#include "sysdep.h"
#include "remote-sim.h"
void usage();