From 31ed7f68965f94fb3509a16c4a1d2cd2f4eb4929 Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 27 Dec 2020 05:01:39 -0800 Subject: [PATCH] unix/Makefile.top vs tiles2bmp Add a missing update to sys/unix/Makefile.top. Makefile.dat only requires that tiles2bmp exist, without knowing anything about whether it needs to be rebuilt. So force Makefile.top to make sure that it's up to date, similar to how tiles2x11 gets handled. --- sys/unix/Makefile.top | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 969f3e4d5..75fd32370 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -1,5 +1,5 @@ # NetHack Top-level Makefile. -# NetHack 3.7 Makefile.top $NHDT-Date: 1607810996 2020/12/12 22:09:56 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.63 $ +# NetHack 3.7 Makefile.top $NHDT-Date: 1609074072 2020/12/27 13:01:12 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.65 $ # Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland # NetHack may be freely redistributed. See license for details. @@ -160,6 +160,7 @@ spec_levs: ( cd dat ; $(MAKE) quest_levs ) nhtiles.bmp: $(GAME) + ( cd util ; $(MAKE) tile2bmp ) ( cd dat ; $(MAKE) nhtiles.bmp ) x11tiles: $(GAME)