From 1797be7026469f398e3d6ccaca6a4ac52e769323 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sun, 3 Mar 2002 04:52:06 +0000 Subject: [PATCH] Makefile.src bit 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 5346a7bbe..71307f3b4 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -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 #