comparison arogue5/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 dfeed24bb616
children 97f8fdf9595c
comparison
equal deleted inserted replaced
103:00baf21eb047 104:fbc75509f4cd
28 bindir=@bindir@ 28 bindir=@bindir@
29 docdir=@docdir@ 29 docdir=@docdir@
30 30
31 O=o 31 O=o
32 32
33 HDRS = rogue.h mach_dep.h network.h 33 HDRS = rogue.h mach_dep.h network.h config.h
34 OBJS1 = chase.$(O) command.$(O) daemon.$(O) daemons.$(O) encumb.$(O) \ 34 OBJS1 = chase.$(O) command.$(O) daemon.$(O) daemons.$(O) encumb.$(O) \
35 fight.$(O) init.$(O) io.$(O) list.$(O) main.$(O) maze.$(O) mdport.$(O)\ 35 fight.$(O) init.$(O) io.$(O) list.$(O) main.$(O) maze.$(O) mdport.$(O)\
36 misc.$(O) monsters.$(O) move.$(O) new_level.$(O) options.$(O) \ 36 misc.$(O) monsters.$(O) move.$(O) new_level.$(O) options.$(O) \
37 outside.$(O) 37 outside.$(O)
38 OBJS2 = pack.$(O) passages.$(O) player.$(O) potions.$(O) rings.$(O) rip.$(O) \ 38 OBJS2 = pack.$(O) passages.$(O) player.$(O) potions.$(O) rings.$(O) rip.$(O) \