Added dependencies on eyefi-config.h
Added dependencies on eyefi-config.h for all appropriate object files in the Makefile.
This commit is contained in:
parent
347bbf119a
commit
210ba89c20
1 changed files with 6 additions and 1 deletions
7
Makefile
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue