Mercurial > hg > early-roguelike
comparison rogue4/Makefile.in @ 104:fbc75509f4cd
Add config.h to the list of headers in the Makefiles.
Some .o files need to be rebuilt if config.h changes. Adding it to the
list of headers may still fail to solve the problem, because some of
the Makefiles use implicit rules or do not list dependencies properly.
author | John "Elwin" Edwards |
---|---|
date | Tue, 03 Sep 2013 14:14:48 -0700 |
parents | 9fb343307b6b |
children | ec9db3bb6b0b |
comparison
equal
deleted
inserted
replaced
103:00baf21eb047 | 104:fbc75509f4cd |
---|---|
34 bindir=@bindir@ | 34 bindir=@bindir@ |
35 mandir=@mandir@ | 35 mandir=@mandir@ |
36 man6dir=$(mandir)/man6 | 36 man6dir=$(mandir)/man6 |
37 docdir=@docdir@ | 37 docdir=@docdir@ |
38 | 38 |
39 HDRS= rogue.h extern.h | 39 HDRS= rogue.h extern.h config.h |
40 DOBJS= vers.o extern.o armor.o chase.o command.o daemon.o daemons.o \ | 40 DOBJS= vers.o extern.o armor.o chase.o command.o daemon.o daemons.o \ |
41 fight.o init.o io.o list.o main.o misc.o monsters.o move.o \ | 41 fight.o init.o io.o list.o main.o misc.o monsters.o move.o \ |
42 new_level.o options.o pack.o passages.o potions.o rings.o rip.o \ | 42 new_level.o options.o pack.o passages.o potions.o rings.o rip.o \ |
43 rooms.o save.o scrolls.o state.o sticks.o things.o weapons.o wizard.o\ | 43 rooms.o save.o scrolls.o state.o sticks.o things.o weapons.o wizard.o\ |
44 xcrypt.o mdport.o | 44 xcrypt.o mdport.o |