mirror the recent make depends update in some other Makefiles
This commit is contained in:
@@ -1562,7 +1562,8 @@ $(O)dog.o: dog.c $(HACK_H)
|
||||
$(O)dogmove.o: dogmove.c $(HACK_H) $(INCL)/mfndpos.h
|
||||
$(O)dokick.o: dokick.c $(HACK_H)
|
||||
$(O)dothrow.o: dothrow.c $(HACK_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)/color.h $(INCL)/rm.h \
|
||||
$(INCL)/objclass.h $(INCL)/monsym.h
|
||||
$(O)dungeon.o: dungeon.c $(HACK_H) $(INCL)/dgn_file.h $(INCL)/dlb.h
|
||||
$(O)eat.o: eat.c $(HACK_H)
|
||||
$(O)end.o: end.c $(HACK_H) $(INCL)/dlb.h
|
||||
|
||||
@@ -1505,7 +1505,8 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H)
|
||||
$(O)drawing_host.o: drawing.c $(CONFIG_H)
|
||||
@$(cc) $(cflagsBuild) $(CROSSCOMPILE) $(CROSSCOMPILE_HOST) -Fo$@ drawing.c
|
||||
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H)
|
||||
$(O)drawing.o: drawing.c $(CONFIG_H) $(INCL)\color.h $(INCL)\rm.h \
|
||||
$(INCL)\objclass.h $(INCL)\monsym.h
|
||||
@$(cc) $(cflagsBuild) -Fo$@ drawing.c
|
||||
|
||||
$(O)monst_host.o: monst.c $(CONFIG_H) $(INCL)\permonst.h $(INCL)\align.h \
|
||||
|
||||
Reference in New Issue
Block a user