diff --git a/Makefile.in b/Makefile.in index 47a2dd95fab..cc871c40962 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,7 +148,6 @@ lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy $(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(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."