comparison rogue5/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 97f8fdf9595c
comparison
equal deleted inserted replaced
103:00baf21eb047 104:fbc75509f4cd
101 ############################################################################### 101 ###############################################################################
102 # Site configuration occurs above this comment 102 # Site configuration occurs above this comment
103 # It should not be necessary to change anything below this comment 103 # It should not be necessary to change anything below this comment
104 ############################################################################### 104 ###############################################################################
105 105
106 HDRS = rogue.h extern.h score.h 106 HDRS = rogue.h extern.h score.h config.h
107 OBJS1 = vers.$(O) extern.$(O) armor.$(O) chase.$(O) command.$(O) \ 107 OBJS1 = vers.$(O) extern.$(O) armor.$(O) chase.$(O) command.$(O) \
108 daemon.$(O) daemons.$(O) fight.$(O) init.$(O) io.$(O) list.$(O) \ 108 daemon.$(O) daemons.$(O) fight.$(O) init.$(O) io.$(O) list.$(O) \
109 mach_dep.$(O) main.$(O) mdport.$(O) misc.$(O) monsters.$(O) \ 109 mach_dep.$(O) main.$(O) mdport.$(O) misc.$(O) monsters.$(O) \
110 move.$(O) new_level.$(O) 110 move.$(O) new_level.$(O)
111 OBJS2 = options.$(O) pack.$(O) passages.$(O) potions.$(O) rings.$(O) \ 111 OBJS2 = options.$(O) pack.$(O) passages.$(O) potions.$(O) rings.$(O) \