From 9639a0a8ed18ae30732f723b400a287c47f757e8 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 14 Apr 2000 13:47:11 +0000 Subject: [PATCH] Added missing winestub dependency. --- debugger/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger/Makefile.in b/debugger/Makefile.in index a6d15b9847..590b852349 100644 --- a/debugger/Makefile.in +++ b/debugger/Makefile.in @@ -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: