So that the target is newer than its prerequisites.
---
 emacs/Makefile.local | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 42bfbd9..d5d402e 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -32,8 +32,7 @@ emacs_bytecode = $(emacs_sources:.el=.elc)
 ifeq ($(HAVE_EMACS),1)
 $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources)
        $(call quiet,EMACS) --directory emacs -batch -l make-deps.el \
-               -f batch-make-deps $(emacs_sources) > [email protected] && \
-               (cmp -s [email protected] $@ || mv [email protected] $@)
+               -f batch-make-deps $(emacs_sources) > [email protected] && mv [email protected] $@
 -include $(dir)/.eldeps
 endif
 CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp
-- 
1.8.0

_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to