]> granicus.if.org Git - nethack/commitdiff
yet more Windows Makefile
authornhmall <nhmall@nethack.org>
Fri, 28 Dec 2018 17:51:11 +0000 (12:51 -0500)
committernhmall <nhmall@nethack.org>
Fri, 28 Dec 2018 17:51:11 +0000 (12:51 -0500)
Now that the dependency lines are corrected for the
correct output files in the Makefile, it revealed a
dependency on a non-existent file.

sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index cf83566fbe02f16d501f30bfbc5673e3ddf1d4e6..e2ba4e86cfc3057a17ce7f3699ea231f86ed6f11 100644 (file)
@@ -1456,7 +1456,7 @@ ifeq "$(ADD_CURSES)" "Y"
 $(O)cursdial.o: $(WCURSES)/cursdial.c $(WCURSES)/cursdial.h $(INCL)/wincurs.h
 $(O)cursinit.o: $(WCURSES)/cursinit.c $(WCURSES)/cursinit.h $(INCL)/wincurs.h $(INCL)/date.h
 $(O)cursinvt.o: $(WCURSES)/cursinvt.c $(WCURSES)/cursinvt.h $(INCL)/wincurs.h
-$(O)cursmain.o: $(WCURSES)/cursmain.c $(WCURSES)/cursmain.h $(INCL)/wincurs.h
+$(O)cursmain.o: $(WCURSES)/cursmain.c $(INCL)/wincurs.h
 $(O)cursmesg.o: $(WCURSES)/cursmesg.c $(WCURSES)/cursmesg.h $(INCL)/wincurs.h
 $(O)cursmisc.o: $(WCURSES)/cursmisc.c $(WCURSES)/cursmisc.h $(INCL)/wincurs.h
 $(O)cursstat.o: $(WCURSES)/cursstat.c $(WCURSES)/cursstat.h $(INCL)/wincurs.h
index d99d5ef3ee31e211c94157ce32dae5358899d7cc..ca2ea51566c792ccf4339cabd1569a5a486c2662 100644 (file)
@@ -1491,7 +1491,7 @@ $(O)panic.o:  $(U)panic.c $(CONFIG_H)
 $(O)cursdial.o: $(WCURSES)\cursdial.c $(WCURSES)\cursdial.h $(INCL)\wincurs.h
 $(O)cursinit.o: $(WCURSES)\cursinit.c $(WCURSES)\cursinit.h $(INCL)\wincurs.h $(INCL)\date.h
 $(O)cursinvt.o: $(WCURSES)\cursinvt.c $(WCURSES)\cursinvt.h $(INCL)\wincurs.h
-$(O)cursmain.o: $(WCURSES)\cursmain.c $(WCURSES)\cursmain.h $(INCL)\wincurs.h
+$(O)cursmain.o: $(WCURSES)\cursmain.c $(INCL)\wincurs.h
 $(O)cursmesg.o: $(WCURSES)\cursmesg.c $(WCURSES)\cursmesg.h $(INCL)\wincurs.h
 $(O)cursmisc.o: $(WCURSES)\cursmisc.c $(WCURSES)\cursmisc.h $(INCL)\wincurs.h
 $(O)cursstat.o: $(WCURSES)\cursstat.c $(WCURSES)\cursstat.h $(INCL)\wincurs.h