From: Steve Chamberlain Date: Mon, 8 Feb 1993 19:47:11 +0000 (+0000) Subject: * Makefile.in, configure.in: if target isn't supported, build a X-Git-Tag: gdb-4_18-branchpoint~20169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67c9903f93162ac04ec2cbe071bbfd89b56d0322;p=thirdparty%2Fbinutils-gdb.git * Makefile.in, configure.in: if target isn't supported, build a harmless makefile. support for make clean --- 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 +