From 102c0e327001ac6ed95abac37d36d2d26a54d2ef Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 29 May 2023 23:07:51 -0400 Subject: [PATCH] fix directory in Makefile.mingw32 --- sys/windows/Makefile.mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 121e9adba..c971bdca5 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -1029,7 +1029,7 @@ $(ONHW)/%.o: $(MSWIN)/%.c $(NHLUAH) | $(ONHW) $(ONHW)/%.o: $(WSHR)/%.c $(NHLUAH) | $(ONHW) $(cc) $(CFLAGSW) $< -o$@ -$(ONHW)/%.o: $(WCURSES)/%.c $(NHLUAH) | $(ONH) +$(ONHW)/%.o: $(WCURSES)/%.c $(NHLUAH) | $(ONHW) $(cc) $(CFLAGSW) $(PDCINCL) $< -o$@ $(NHWRES): $(MSWIN)/NetHackW.rc $(BMPS) $(WAV) $(MSWIN)/NetHack.ico | $(ONHW)