message.el (message-hide-headers): Bind inhibit-modification-hooks to t rather than...
[gnus] / lisp / Makefile.in
index 58c02c1..4dfe2f0 100644 (file)
@@ -16,16 +16,19 @@ EMACS_COMP = lispdir="$(lispdir)" srcdir=$(srcdir) $(EMACS) $(FLAGS)
 GZIP_PROG = @GZIP_PROG@
 COMPRESS_INSTALL = @COMPRESS_INSTALL@
 
-all total: clean-some gnus-load.el
+all total: clean-some
+       $(MAKE) gnus-load.el
        $(EMACS_COMP) -f dgnushack-compile
 
 clean-some:
        rm -f *.elc gnus-load.el auto-autoloads.* custom-load.*
 
-warn: clean-some gnus-load.el
+warn: clean-some
+       $(MAKE) gnus-load.el
        $(EMACS_COMP) --eval '(dgnushack-compile t)' 2>&1 | egrep -v "variable G|inhibit-point-motion-hooks|coding-system|temp-results|variable gnus|variable nn|scroll-in-place|deactivate-mark|filladapt-mode|byte-code-function-p|print-quoted|ps-right-header|ps-left-header|article-inhibit|print-escape|ssl-program-arguments|message-log-max"
 
-fail-on-warning: clean-some gnus-load.el
+fail-on-warning: clean-some
+       $(MAKE) gnus-load.el
        $(EMACS_COMP) -f dgnushack-compile-error-on-warn
 
 # The "clever" rule is unsafe, since redefined macros are loaded from