diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-05 23:16:38 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-07-05 23:16:38 +0000 |
commit | 8b40f60829a6afb3ddbb7824236ac3e8292d88a6 (patch) | |
tree | dbb38f8ff2ab435773a81361775afa93f2fc3630 /sim | |
parent | 437ba769b37387abcc41df0b79190ee3dc5778fd (diff) | |
download | gdb-8b40f60829a6afb3ddbb7824236ac3e8292d88a6.zip gdb-8b40f60829a6afb3ddbb7824236ac3e8292d88a6.tar.gz gdb-8b40f60829a6afb3ddbb7824236ac3e8292d88a6.tar.bz2 |
* h8300.mt: Removed.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/h8300/.Sanitize | 1 | ||||
-rw-r--r-- | sim/h8300/ChangeLog | 2 | ||||
-rw-r--r-- | sim/h8300/h8300.mt | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sim/h8300/.Sanitize b/sim/h8300/.Sanitize index ed04ffa..2887214 100644 --- a/sim/h8300/.Sanitize +++ b/sim/h8300/.Sanitize @@ -29,7 +29,6 @@ ChangeLog Makefile.in configure configure.in -h8300.mt compile.c writecode.c run.c diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 52057f4..3369867 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,7 @@ Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com> + * h8300.mt: Removed. + * Makefile.in, configure.in: converted to autoconf. * configure: New file, generated with autconf 2.4. diff --git a/sim/h8300/h8300.mt b/sim/h8300/h8300.mt deleted file mode 100644 index aef77d0..0000000 --- a/sim/h8300/h8300.mt +++ /dev/null @@ -1,4 +0,0 @@ -ALL=all-h8300 -CLEAN=clean-h8300 -DO_INSTALL=install-h8300 - |