From c1f13fc80ff6cf4b1cef98cdd34d638a9251c89d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 3 Jul 2009 21:02:33 -0700 Subject: [PATCH] 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 --- rdoff/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdoff/Makefile.in b/rdoff/Makefile.in index 78483fa7..ae78f123 100644 --- a/rdoff/Makefile.in +++ b/rdoff/Makefile.in @@ -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) -- 2.11.4.GIT