diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 18:48:50 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-05 18:48:50 -0700 |
commit | 7ae512b5a8b83837d1fd2a940ca866e254e1bb9a (patch) | |
tree | b52b070f8094a775c4418258298f4465abbb2274 /rdoff/Makefile.in | |
parent | 2fa822b3b39122bc81745abb6374ec9e2ef15d04 (diff) | |
download | nasm-7ae512b5a8b83837d1fd2a940ca866e254e1bb9a.tar.gz |
More "make install" fixes...
Diffstat (limited to 'rdoff/Makefile.in')
-rw-r--r-- | rdoff/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/Makefile.in b/rdoff/Makefile.in index c8f87012..93f2e2af 100644 --- a/rdoff/Makefile.in +++ b/rdoff/Makefile.in @@ -63,7 +63,7 @@ rdf2ith$(X): rdf2ihx$(X): rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2ihx$(X) rdf2srec$(X): - rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2srec$(X) + rm -f rdf2srec$(X) && $(LN_S) rdf2bin$(X) rdf2srec$(X) rdf2ihx.$(O): rdf2ihx.c rdf2bin.$(O): rdf2bin.c |