From 8b21f28d53e7db5eb2bb62616f166451f96d82b4 Mon Sep 17 00:00:00 2001 From: Douglas Ridgway Date: Sun, 1 Nov 1998 15:14:39 +0000 Subject: [PATCH] Tell people to ignore the 'gets' warning. Some will listen. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 1b73494e944..5c487d54088 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,7 +141,9 @@ lib: $(LIBSUBDIRS) $(LIB_TARGET) 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) $@