summaryrefslogtreecommitdiff
path: root/Mkfiles
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 /Mkfiles
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 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index ba8b8a84..a718348d 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -272,10 +272,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 --#