diff 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
line wrap: on
line diff
--- a/rogue4/Makefile.in	Tue Sep 03 14:02:15 2013 -0700
+++ b/rogue4/Makefile.in	Tue Sep 03 14:14:48 2013 -0700
@@ -36,7 +36,7 @@
 man6dir=$(mandir)/man6
 docdir=@docdir@
 
-HDRS=	rogue.h extern.h
+HDRS=	rogue.h extern.h config.h
 DOBJS=	vers.o extern.o armor.o chase.o command.o daemon.o daemons.o \
 	fight.o init.o io.o list.o main.o misc.o monsters.o move.o \
 	new_level.o options.o pack.o passages.o potions.o rings.o rip.o \