From ce1a2ef4cabd20a5bd775caf866899ccf30083ca Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 4 Jan 1993 15:46:12 +0000 Subject: [PATCH] Fix all-h8300sim typo --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6f86143..09f0c11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1030,7 +1030,8 @@ install-z8ksim: force true ; \ fi -### h8300sim: all-bfd +### h8300sim: +all-h8300sim: all-bfd @if [ -f ./h8300sim/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./h8300sim; \ -- 2.7.4