mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
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) -8 -I $(SRCDIR)/debug.l
|
||||
|
||||
winedbg: $(OBJS)
|
||||
winedbg: $(OBJS) $(WINESTUB)
|
||||
$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(ALL_LIBS)
|
||||
|
||||
### Dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user