diff options
author | Steve Chamberlain <sac@cygnus> | 1993-02-08 19:47:11 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-02-08 19:47:11 +0000 |
commit | 67c9903f93162ac04ec2cbe071bbfd89b56d0322 (patch) | |
tree | e098271716d78c370eb36b3a6e232a2e0cd1b15f | |
parent | 47dba87afaa87bce19a6137781d8dcd490010913 (diff) | |
download | binutils-gdb-67c9903f93162ac04ec2cbe071bbfd89b56d0322.tar.gz |
* Makefile.in, configure.in: if target isn't supported, build a
harmless makefile.
support for make clean
-rw-r--r-- | sim/h8300/h8300.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/h8300/h8300.mt b/sim/h8300/h8300.mt index 66bd6d66136..6ba50e6aa1d 100644 --- a/sim/h8300/h8300.mt +++ b/sim/h8300/h8300.mt @@ -1 +1,4 @@ ALL=all-h8300 +CLEAN=clean-h8300 +INSTALL=install-h8300 + |