From 04834a93165482a28257bac282543e3583658622 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 1 Sep 2026 13:48:47 -0400 Subject: [PATCH] follow-up: Makefile.top was left out of previous commit --- sys/unix/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 1dba21622..6cb097348 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -278,7 +278,7 @@ check-dlb: options dlb: ( cd util ; $(MAKE) dlb ) - ( cd dat ; LC_ALL=C ; ../util/dlb cf nhdat $(DATDLB) ) + ( cd dat ; $(MAKE) DATDLB="$(DATDLB)" nhdat ) wasm: ( cd src ; $(MAKE) CROSS_TO_WASM=1 ../targets/wasm/nethack.js )