diff options
author | Jan Brittenson <bson@gnu.org> | 1993-09-25 03:22:53 -0700 |
---|---|---|
committer | Jan Brittenson <bson@gnu.org> | 1993-09-25 03:22:53 -0700 |
commit | 0750ef95e4bfe8deaabb1d4029cae0302f3dec68 (patch) | |
tree | 6c777dd9d98a0b3b9e2a69becd00d596846ecbea | |
parent | 6a94387ce71785ac49e79c33b64f58bf8702d1da (diff) | |
download | gcc-0750ef95e4bfe8deaabb1d4029cae0302f3dec68.zip gcc-0750ef95e4bfe8deaabb1d4029cae0302f3dec68.tar.gz gcc-0750ef95e4bfe8deaabb1d4029cae0302f3dec68.tar.bz2 |
(bi-lexer): Deleted.
(bi-lexer.l): Deleted.
From-SVN: r5471
-rw-r--r-- | gcc/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8979d56..66aa2af 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 |