diff srogue/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 1906d183f1f5
children 97f8fdf9595c
line wrap: on
line diff
--- a/srogue/Makefile.in	Tue Sep 03 14:02:15 2013 -0700
+++ b/srogue/Makefile.in	Tue Sep 03 14:14:48 2013 -0700
@@ -27,7 +27,7 @@
 bindir=@bindir@
 docdir=@docdir@
 
-HDRS= bob.h cx.h ncx.h rdk.h rogue.h 
+HDRS= bob.h cx.h ncx.h rdk.h rogue.h config.h
 OBJS= vers.o armor.o chase.o command.o daemon.o daemons.o disply.o encumb.o \
       fight.o global.o init.o io.o list.o main.o mdport.o misc.o monsters.o \
       move.o new_leve.o options.o pack.o passages.o potions.o pstats.o \