Make it easier to follow the directions about commenting out
extra copies of tile.o when multiple windowing interfaces contain it.
# NetHack Makefile.
-# SCCS Id: @(#)Makefile.src 3.4 2001/12/09
+# SCCS Id: @(#)Makefile.src 3.4 2002/03/02
# newer makes predefine $(MAKE) to 'make' and do smarter processing of
# recursive make calls if $(MAKE) is used
# Files for a Qt port
#
WINQTSRC = ../win/Qt/qt_win.cpp ../win/Qt/qt_clust.cpp ../win/Qt/qttableview.cpp
-WINQTOBJ = qt_win.o qt_clust.o tile.o qttableview.o
+WINQTOBJ = qt_win.o qt_clust.o qttableview.o tile.o
#
# Files for a Gnome port
#