nethack.rankin wrote:

>      Makefiles need a dependency update to add edog.h for eat.c.
This commit is contained in:
nethack.allison
2005-10-02 21:08:28 +00:00
parent f1fe8c1600
commit 7391587006
7 changed files with 14 additions and 14 deletions

View File

@@ -788,7 +788,7 @@ $(O)dokick.o: $(SRC)\dokick.c $(HACK_H) $(INCL)\eshk.h
$(O)dothrow.o: $(SRC)\dothrow.c $(HACK_H)
$(O)drawing.o: $(SRC)\drawing.c $(HACK_H) $(INCL)\tcap.h
$(O)dungeon.o: $(SRC)\dungeon.c $(HACK_H) $(INCL)\dgn_file.h $(INCL)\dlb.h
$(O)eat.o: $(SRC)\eat.c $(HACK_H)
$(O)eat.o: $(SRC)\eat.c $(HACK_H) $(INCL)\edog.h
$(O)end.o: $(SRC)\end.c $(HACK_H) $(INCL)\eshk.h $(INCL)\lev.h $(INCL)\dlb.h
$(O)engrave.o: $(SRC)\engrave.c $(HACK_H) $(INCL)\lev.h
$(O)exper.o: $(SRC)\exper.c $(HACK_H)