From a6f7ceee52af7afaf07ee3526a74aeec812cb060 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 25 Jul 1999 11:30:12 +0000 Subject: [PATCH] Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d377b9eb5ba..5bd7b52c321 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,7 +179,7 @@ emu: wine lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) -wine wine.sym: $(LIB_TARGET) $(EMUOBJS) dummy +wine wine.sym: $(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS) dummy $(CC) -o wine $(EMUOBJS) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS) nm -n wine | grep -v _compiled >wine.sym @echo "Wine build complete."