From: Sean Hunt Date: Wed, 8 Apr 2015 00:44:54 +0000 (-0400) Subject: Do not clean tribute file on Unix. X-Git-Tag: NetHack-3.6.0_RC01~480^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=951de70b36e45658aa6a5ef1276e75db540a6913;p=nethack Do not clean tribute file on Unix. --- diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 4318e7069..8e35b28e9 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -1,5 +1,5 @@ # NetHack Makefile. -# NetHack 3.5 Makefile.top $NHDT-Date: 1427076345 2015/03/23 02:05:45 $ $NHDT-Branch: nhmall-booktribute $:$NHDT-Revision: 1.21 $ +# NetHack 3.5 Makefile.top $NHDT-Date: 1428453876 2015/04/08 00:44:36 $ $NHDT-Branch: nhmall-booktribute $:$NHDT-Revision: 1.25 $ # NetHack 3.5 Makefile.top $Date: 2012/01/10 17:47:30 $ $Revision: 1.19 $ # Root of source tree: @@ -56,7 +56,7 @@ VARDIR = $(HACKDIR) # for Gnome # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm -VARDATD = bogusmon data engrave epitaph oracles options quest.dat rumors tribute +VARDATD = bogusmon data engrave epitaph oracles options quest.dat rumors VARDAT = $(VARDATD) $(VARDATND) # Some versions of make use the SHELL environment variable as the shell @@ -87,7 +87,7 @@ SPEC_LEVS = asmodeus.lev baalz.lev bigrm-?.lev castle.lev fakewiz?.lev \ QUEST_LEVS = ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev DATNODLB = $(VARDATND) license -DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD) +DATDLB = $(DATHELP) dungeon tribute $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD) DAT = $(DATNODLB) $(DATDLB) $(GAME): @@ -128,9 +128,6 @@ oracles: $(GAME) options: $(GAME) ( cd dat ; $(MAKE) options ) -tribute: $(GAME) - ( cd dat ; $(MAKE) tribute ) - quest.dat: $(GAME) ( cd dat ; $(MAKE) quest.dat )