From 67c9903f93162ac04ec2cbe071bbfd89b56d0322 Mon Sep 17 00:00:00 2001
From: Steve Chamberlain <sac@cygnus>
Date: Mon, 8 Feb 1993 19:47:11 +0000
Subject: [PATCH] 	* Makefile.in, configure.in: if target isn't
 supported, build a 	harmless makefile. support for make clean

---
 sim/h8300/h8300.mt | 3 +++
 1 file changed, 3 insertions(+)

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
+