some Makefile.mingw32 tweaking

This commit is contained in:
nhmall
2022-02-06 01:02:27 -05:00
parent 3d111a6825
commit 787d184570
2 changed files with 42 additions and 36 deletions

View File

@@ -110,7 +110,7 @@ OBJS4DEP = $(MOBJS) $(ROBJS) \
$(TMOBJS) $(UOBJS) $(DLBOBJS) $(NHWOBJS) $(NHOBJS)
DEP_TARGETS = $(OBJS4DEP:o=d)
depend: $(DEP_TARGETS)
depend: fetchlua fetchpdcurses $(DEP_TARGETS)
@cat $(DEP_TARGETS) > .depend
cleandep: