Tell people to ignore the 'gets' warning. Some will listen.

diff --git a/Makefile.in b/Makefile.in
index 1b73494..5c487d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -141,7 +141,9 @@
 
 wine wine.sym: $(LIBSUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
 	$(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS)
+	@echo "Please ignore the 'gets' warning message, it only applies to Windows programs which use 'gets'"
 	nm -n wine | grep -v _compiled >wine.sym
+	@echo "Wine build complete."
 
 libwine.a: $(LIBOBJS)
 	$(RM) $@