Correct the legacy name rdf2ihx (as opposed to rdf2ith)

The more common acronym for Intel Hex seems to be "ith", but the
legacy utility was "rdf2ihx", so we allow both variants.  However, the
Makefile rule was wrong.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-07-03 21:02:33 -07:00
parent 1e5b102109
commit c1f13fc80f

View File

@ -61,7 +61,7 @@ rdf2com$(X):
rdf2ith$(X):
rm -f rdf2ith$(X) && $(LN_S) rdf2bin$(X) rdf2ith$(X)
rdf2ihx$(X):
rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2ith$(X)
rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2ihx$(X)
rdf2srec$(X):
rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2srec$(X)