With most makes, yacc is predefined so the previous approach doesn't
authorK. Richard Pixley <rich@cygnus>
Tue, 23 Jul 1991 04:08:16 +0000 (04:08 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 23 Jul 1991 04:08:16 +0000 (04:08 +0000)
work.

ld/Makefile.in

index 9034a3e..162b2b0 100644 (file)
@@ -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