From 210ba89c2008e09617b21fa3629f73a119268a0c Mon Sep 17 00:00:00 2001 From: Nathan Summers Date: Thu, 26 Mar 2009 00:03:45 -0400 Subject: [PATCH] Added dependencies on eyefi-config.h Added dependencies on eyefi-config.h for all appropriate object files in the Makefile. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec943d0..a5d1fa4 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,9 @@ eyefi-config: $(OBJS) clean: rm eyefi-config core $(OBJS) cscope* - +eyefi-chdk.o: eyefi-config.h +eyefi-config.o: eyefi-config.h +eyefi-linux.o: eyefi-config.h +eyefi-unix.o: eyefi-config.h +md5.o: eyefi-config.h +sha1.o: eyefi-config.h -- 2.42.0