]> granicus.if.org Git - nethack/commitdiff
Makefile.src bit
authornethack.rankin <nethack.rankin>
Sun, 3 Mar 2002 04:52:06 +0000 (04:52 +0000)
committernethack.rankin <nethack.rankin>
Sun, 3 Mar 2002 04:52:06 +0000 (04:52 +0000)
     Make it easier to follow the directions about commenting out
extra copies of tile.o when multiple windowing interfaces contain it.

sys/unix/Makefile.src

index 5346a7bbebc48df21e72e5b3824ba143c04df1a0..71307f3b43aa4bbdd959de897d96d478978c47c0 100644 (file)
@@ -1,5 +1,5 @@
 #      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
@@ -176,7 +176,7 @@ WINX11OBJ = Window.o dialogs.o winX.o winmap.o winmenu.o winmesg.o \
 # 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
 #