diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-07 22:07:47 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-09-07 22:07:47 +0000 |
commit | c632873c27144551ef119f4c9e165d296e9fd25d (patch) | |
tree | 0d53c906d3d990b867bfed2c2a046002b0704454 /sim/sh/run.c | |
parent | 3dce804d95038e79221db090a067112bbca304d1 (diff) | |
download | gdb-c632873c27144551ef119f4c9e165d296e9fd25d.zip gdb-c632873c27144551ef119f4c9e165d296e9fd25d.tar.gz gdb-c632873c27144551ef119f4c9e165d296e9fd25d.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/sh/run.c')
-rw-r--r-- | sim/sh/run.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/sh/run.c b/sim/sh/run.c index 9dffb58..f039851 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> #include <varargs.h> #include "bfd.h" -#include "sysdep.h" #include "remote-sim.h" #ifndef SIGQUIT |