From 67c9903f93162ac04ec2cbe071bbfd89b56d0322 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 8 Feb 1993 19:47:11 +0000 Subject: * 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 66bd6d6..6ba50e6 100644 --- a/sim/h8300/h8300.mt +++ b/sim/h8300/h8300.mt @@ -1 +1,4 @@ ALL=all-h8300 +CLEAN=clean-h8300 +INSTALL=install-h8300 + -- cgit v1.1