]> gcc.gnu.org Git - gcc.git/commitdiff
(bi-lexer): Deleted.
authorJan Brittenson <bson@gnu.org>
Sat, 25 Sep 1993 10:22:53 +0000 (03:22 -0700)
committerJan Brittenson <bson@gnu.org>
Sat, 25 Sep 1993 10:22:53 +0000 (03:22 -0700)
(bi-lexer.l): Deleted.

From-SVN: r5471

gcc/Makefile.in

index 8979d5664ca4931d2fe87e4680f4cee394934548..66aa2af23659323a63125722b1e40bc5e9469b29 100644 (file)
@@ -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
This page took 0.067002 seconds and 5 git commands to generate.