0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

rdoff: Add rdf2bin input dependency

On host platforms where $(LN_S) is cp, need to make sure to
link rdf2bin first.

Signed-off-by: Fabian Giesen <fabiang@radgametools.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Fabian Giesen
2016-07-13 17:21:58 -07:00
committed by Cyrill Gorcunov
parent 7e70f4dbb3
commit 6d67dbfa95

View File

@@ -72,13 +72,13 @@ rdflib$(X): rdflib.$(O) $(LIBS)
$(CC) $(LDFLAGS) -o rdflib$(X) rdflib.$(O) $(LIBS)
rdf2bin$(X): rdf2bin.$(O) $(LIBS)
$(CC) $(LDFLAGS) -o rdf2bin$(X) rdf2bin.$(O) $(LIBS)
rdf2com$(X):
rdf2com$(X): rdf2bin$(X)
rm -f rdf2com$(X) && $(LN_S) rdf2bin$(X) rdf2com$(X)
rdf2ith$(X):
rdf2ith$(X): rdf2bin$(X)
rm -f rdf2ith$(X) && $(LN_S) rdf2bin$(X) rdf2ith$(X)
rdf2ihx$(X):
rdf2ihx$(X): rdf2bin$(X)
rm -f rdf2ihx$(X) && $(LN_S) rdf2bin$(X) rdf2ihx$(X)
rdf2srec$(X):
rdf2srec$(X): rdf2bin$(X)
rm -f rdf2srec$(X) && $(LN_S) rdf2bin$(X) rdf2srec$(X)
rdf2ihx.$(O): rdf2ihx.c