Added missing winestub dependency.
This commit is contained in:
parent
6a72dc52bd
commit
9639a0a8ed
@ -44,7 +44,7 @@ y.tab.c y.tab.h: dbg.y
|
|||||||
lex.yy.c: debug.l
|
lex.yy.c: debug.l
|
||||||
$(LEX) -8 -I $(SRCDIR)/debug.l
|
$(LEX) -8 -I $(SRCDIR)/debug.l
|
||||||
|
|
||||||
winedbg: $(OBJS)
|
winedbg: $(OBJS) $(WINESTUB)
|
||||||
$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
|
$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user