diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-15 23:49:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-15 23:49:48 +0000 |
commit | 6deb169cc8c4a0feb04461642f09f6ae04a173ee (patch) | |
tree | 9aca5c1fb6fe79a553914090b5f929ffa7327503 /sim | |
parent | f755298c5e79c40f2a4b5d1fa998e0848b18201f (diff) | |
download | fsf-binutils-gdb-6deb169cc8c4a0feb04461642f09f6ae04a173ee.zip fsf-binutils-gdb-6deb169cc8c4a0feb04461642f09f6ae04a173ee.tar.gz fsf-binutils-gdb-6deb169cc8c4a0feb04461642f09f6ae04a173ee.tar.bz2 |
* h8300.mt (DO_INSTALL): Renamed from INSTALL.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/h8300/h8300.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/h8300.mt b/sim/h8300/h8300.mt index 6ba50e6..aef77d0 100644 --- a/sim/h8300/h8300.mt +++ b/sim/h8300/h8300.mt @@ -1,4 +1,4 @@ ALL=all-h8300 CLEAN=clean-h8300 -INSTALL=install-h8300 +DO_INSTALL=install-h8300 |