From 74197cb45d08106c986eb6612bab03d54f12885e Mon Sep 17 00:00:00 2001
From: Pavel Roskin <pavel_roskin@geocities.com>
Date: Sat, 31 Jul 1999 19:25:22 +0000
Subject: [PATCH] Removed the dependency on "dummy" for wine and wine.sym.

---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 29bf3045c4..62249df12d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -167,6 +167,7 @@ LIB_TARGET  = @LIB_TARGET@
 ALT_LINK    = @ALT_LINK@
 
 all: Makefile Make.rules $(MAIN_TARGET)
+	@echo "Wine build complete."
 
 LIBLINTS = $(LIBOBJS:.o=.ln) 
 X11LINTS = $(X11OBJS:.o=.ln)
@@ -189,10 +190,9 @@ emu: wine
 
 lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
 
-wine wine.sym: $(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS) dummy
+wine wine.sym: $(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS)
 	$(CC) -o wine $(EMUOBJS) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS)
 	nm -n wine | grep -v _compiled >wine.sym
-	@echo "Wine build complete."
 
 libwine.a: $(LIBOBJS) $(X11OBJS)
 	$(RM) $@