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

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