From 0750ef95e4bfe8deaabb1d4029cae0302f3dec68 Mon Sep 17 00:00:00 2001 From: Jan Brittenson Date: Sat, 25 Sep 1993 03:22:53 -0700 Subject: [PATCH] (bi-lexer): Deleted. (bi-lexer.l): Deleted. From-SVN: r5471 --- gcc/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8979d5664ca..66aa2af2365 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 -- 2.30.2