summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-06 23:18:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-06 23:18:36 -0700
commit910ae64b31304a4c43034036ed5aeb9a870fb951 (patch)
tree6d87b05ee1bff87d34f3367a94308ddac56360d5 /Makefile.in
parent844bf15e77364e5e81b3cb8dd4ddce86abc43c07 (diff)
downloadnasm-910ae64b31304a4c43034036ed5aeb9a870fb951.tar.gz
Makefile.in: more fixes to rdoff commands
The rdoff command links are cantankeous. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f5813da..ca503faf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -299,10 +299,10 @@ rdoff/rdf2ith$(X): rdoff/rdf2bin$(X)
$(RM_F) rdoff/rdf2ith$(X)
cd rdoff && $(LN_S) rdf2bin$(X) rdf2ith$(X)
rdoff/rdf2ihx$(X): rdoff/rdf2bin$(X)
- $(RM_F) rdf2ihx$(X)
+ $(RM_F) rdoff/rdf2ihx$(X)
cd rdoff && $(LN_S) rdf2bin$(X) rdf2ihx$(X)
rdoff/rdf2srec$(X): rdoff/rdf2bin$(X)
- $(RM_F) rdf2srec$(X)
+ $(RM_F) rdoff/rdf2srec$(X)
cd rdoff && $(LN_S) rdf2bin$(X) rdf2srec$(X)
#-- End RDOFF Shared Rules --#