From 02d5e1f52c01fd549f4f8fe3d71030ead69a7ffc Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 22 May 2003 03:40:41 +0000 Subject: [PATCH] Added dependency on libntdll to make sure that everything links properly. --- miscemu/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miscemu/Makefile.in b/miscemu/Makefile.in index 6f3da550db5..36705052bfb 100644 --- a/miscemu/Makefile.in +++ b/miscemu/Makefile.in @@ -13,7 +13,7 @@ all: $(MODULE) LDEXECFLAGS = @LDEXECFLAGS@ -$(MODULE): $(OBJS) +$(MODULE): $(OBJS) Makefile.in $(DLLDIR)/libntdll.dll.$(LIBEXT) $(CC) -o $@ $(LDEXECFLAGS) $(OBJS) -L$(DLLDIR) -lntdll.dll $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS) install:: $(MODULE)