From 684e50714375397b0cd2aaabd459b2988bac9246 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 6 Apr 2015 23:16:14 -0400 Subject: [PATCH] attempt to fix Makefile issue with tribute --- sys/unix/Makefile.top | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 15de1930f..4318e7069 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -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) tribute +DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD) DAT = $(DATNODLB) $(DATDLB) $(GAME): @@ -128,6 +128,9 @@ oracles: $(GAME) options: $(GAME) ( cd dat ; $(MAKE) options ) +tribute: $(GAME) + ( cd dat ; $(MAKE) tribute ) + quest.dat: $(GAME) ( cd dat ; $(MAKE) quest.dat ) -- 2.40.0