]> granicus.if.org Git - nethack/commitdiff
follow-up bit
authornhmall <nhmall@nethack.org>
Fri, 9 Oct 2020 13:05:56 +0000 (09:05 -0400)
committernhmall <nhmall@nethack.org>
Fri, 9 Oct 2020 13:05:56 +0000 (09:05 -0400)
make variable had changed in PRE but not in POST

sys/unix/hints/include/cross-post.2020

index de41a6628b30bc07cb51c938335a10dfea7dc4ce..f36c11bf2cb056c7bdc884846ecf1566082e841e 100644 (file)
@@ -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 )