mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Very minor bug, broke "make -t".
This commit is contained in:
@ -110,10 +110,10 @@ STAGESTUFF = *.x *.x[ru] *.sc[ru] $(GENERATED_SOURCES) $(GENERATED_HEADERS) $(OF
|
|||||||
|
|
||||||
all: Makefile $(LD_PROG)
|
all: Makefile $(LD_PROG)
|
||||||
|
|
||||||
ldgram.c:ldgram.y
|
ldgram.h ldgram.c: ldgram.y
|
||||||
$(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c
|
$(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c
|
||||||
|
|
||||||
ldlex.c:ldlex.l
|
ldlex.c: ldlex.l
|
||||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user