Commit 258a0dd4 by Richard Stallman

(bi-arity, bi-opcode, bi-opname): Delete $(LEXLIB).

From-SVN: r5480
parent d5896f20
......@@ -1280,13 +1280,13 @@ bytecode: $(BI_ALL) $(BC_ALL)
bi-arity: bi-arity.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-arity \
bi-arity.o $(BI_OBJ) $(HOST_LIBS) $(LEXLIB)
bi-arity.o $(BI_OBJ) $(HOST_LIBS)
bi-opcode: bi-opcode.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-opcode \
bi-opcode.o $(BI_OBJ) $(HOST_LIBS) $(LEXLIB)
bi-opcode.o $(BI_OBJ) $(HOST_LIBS)
bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-opname \
bi-opname.o $(BI_OBJ) $(HOST_LIBS) $(LEXLIB)
bi-opname.o $(BI_OBJ) $(HOST_LIBS)
bi-run.o: $(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h bc-opname.h bc-arity.h bc-opcode.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment