Added dependency to newdb.h to make 'make -j' work 92/head
authorBob Little <Bob.Little@aeronix.com>
Sat, 17 Jun 2017 02:17:40 +0000 (22:17 -0400)
committerBob Little <Bob.Little@aeronix.com>
Sat, 17 Jun 2017 02:17:40 +0000 (22:17 -0400)
Makefile

index 3c0e965e14bace008c5444111b57306bd6966fad..218a173d0f8ca71922c2b577de0545cc0b61e54d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,13 +42,13 @@ main.o:             advent.h database.h common.h newdb.h
 
 init.o:                advent.h database.h common.h newdb.h
 
-actions.o:     advent.h database.h common.h
+actions.o:     advent.h database.h common.h newdb.h
 
 score.o:       advent.h database.h common.h newdb.h
 
 misc.o:                advent.h database.h common.h newdb.h
 
-saveresume.o:  advent.h database.h common.h
+saveresume.o:  advent.h database.h common.h newdb.h
 
 common.o:      common.h