Commit 0750ef95 by Jan Brittenson

(bi-lexer): Deleted.

(bi-lexer.l): Deleted.

From-SVN: r5471
parent 6a94387c
......@@ -1287,9 +1287,6 @@ bi-opcode: bi-opcode.o $(BI_OBJ) $(HOST_LIBDEPS)
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-lexer: bi-lexer.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o bi-lexer \
bi-lexer.o $(BI_OBJ) $(HOST_LIBS) $(LEXLIB)
bi-run.o: $(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h bc-opname.h bc-arity.h bc-opcode.h
......@@ -1302,8 +1299,6 @@ bi-parser.o: $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
$(srcdir)/bi-parser.c
bi-lexer.c: $(srcdir)/bi-lexer.l
bi-lexer.o: $(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
$(srcdir)/bi-lexer.c
......
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