mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
Very minor bug, broke "make -t".
This commit is contained in:
parent
7dead37ba4
commit
4976e6ab23
@ -110,10 +110,10 @@ STAGESTUFF = *.x *.x[ru] *.sc[ru] $(GENERATED_SOURCES) $(GENERATED_HEADERS) $(OF
|
||||
|
||||
all: Makefile $(LD_PROG)
|
||||
|
||||
ldgram.c:ldgram.y
|
||||
ldgram.h ldgram.c: ldgram.y
|
||||
$(BISON) $(BISONFLAGS) -d $(VPATH)/ldgram.y -o ldgram.c
|
||||
|
||||
ldlex.c:ldlex.l
|
||||
ldlex.c: ldlex.l
|
||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user