From: nhmall Date: Fri, 9 Oct 2020 13:05:56 +0000 (-0400) Subject: follow-up bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=139b138b78238ca63b2f6c4a538a9b5f0da9b3be;p=nethack follow-up bit make variable had changed in PRE but not in POST --- diff --git a/sys/unix/hints/include/cross-post.2020 b/sys/unix/hints/include/cross-post.2020 index de41a6628..f36c11bf2 100644 --- a/sys/unix/hints/include/cross-post.2020 +++ b/sys/unix/hints/include/cross-post.2020 @@ -132,7 +132,7 @@ $(WASM_DATA_DIR): $(WASM_DATA_DIR)/nhdat touch $(WASM_DATA_DIR)/xlogfile cp ../sys/lib/sysconf $(WASM_DATA_DIR)/sysconf -$(WASM_DATA_DIR)/nhdat: $(WASM_VARDAT) +$(WASM_DATA_DIR)/nhdat: $(WASM_DAT) ( cd ..; $(MAKE) INSTDIR='$(WASM_DATA_DIR)' dlb ) ( cd ..; $(MAKE) INSTDIR='$(WASM_DATA_DIR)' dofiles-dlb )