From d5056595c0b2d369635958ade96aca97accaff4c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 23 Sep 1993 04:32:46 +0000 Subject: [PATCH] (bi-lexer.c): File is in $(srcdir). From-SVN: r5427 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 883b997e3ee..44741e30f24 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1293,7 +1293,7 @@ bi-parser.o: $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h bi-lexer.c: $(srcdir)/bi-lexer.l $(srcdir)/bi-parser.h bi-lexer.o: bi-lexer.c bi-parser.h - $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c bi-lexer.c + $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $9srcdir)/bi-lexer.c bc-arity.h: $(srcdir)/bytecode.def bi-arity -rm -f bc-arity.h -- 2.30.2