diff options
-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 - |