This commit was generated by cvs2svn to compensate for changes in r5912,
[elisp/gnus.git-] / lisp / Makefile.in
index 6045356..d143e8f 100644 (file)
@@ -5,7 +5,7 @@ srcdir = @srcdir@
 subdir = lisp
 top_srcdir = @top_srcdir@
 
-EMACS = emacs
+EMACS = @EMACS@
 FLAGS = -batch -q -no-site-file -l ./dgnushack.el
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -18,6 +18,9 @@ total:
 all:
        rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
 
+warn:
+       rm -f *.elc ; $(EMACS) $(FLAGS) --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"
+
 clever:
        $(EMACS) $(FLAGS) -f dgnushack-compile