mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
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:
parent
1e5b102109
commit
c1f13fc80f
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user