diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-04 15:46:12 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-04 15:46:12 +0000 |
commit | ce1a2ef4cabd20a5bd775caf866899ccf30083ca (patch) | |
tree | b115be1254e4012c32e5bdca6b4e44d278775b55 /Makefile.in | |
parent | 4d53c4e361ea246dda8ecf8926b319dc482799f3 (diff) | |
download | gdb-ce1a2ef4cabd20a5bd775caf866899ccf30083ca.zip gdb-ce1a2ef4cabd20a5bd775caf866899ccf30083ca.tar.gz gdb-ce1a2ef4cabd20a5bd775caf866899ccf30083ca.tar.bz2 |
Fix all-h8300sim typo
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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; \ |