From: K. Richard Pixley Date: Tue, 23 Jul 1991 04:08:16 +0000 (+0000) Subject: With most makes, yacc is predefined so the previous approach doesn't X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca70eaefa237407a87725420fcfd04c414f4b8ba;p=binutils-gdb.git With most makes, yacc is predefined so the previous approach doesn't work. --- diff --git a/ld/Makefile.in b/ld/Makefile.in index 9034a3e20eb..162b2b0b1e2 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -91,8 +91,6 @@ $(PROCESSED_SCRIPTS): mkscript $(SCRIPTS) ldgram.c:ldgram.y $(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c -# mv y.tab.c ldgram.c -# mv y.tab.h ldgram.h ldlex.c:ldlex.l lex -t $(VPATH)/ldlex.l >ldlex.c