Index: lisp/Makefile.in =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/Makefile.in,v retrieving revision 6.9 diff -u -r6.9 Makefile.in --- lisp/Makefile.in 2002/01/11 02:36:58 6.9 +++ lisp/Makefile.in 2002/02/20 14:43:10 @@ -19,7 +19,7 @@ $(EMACS_COMP) -f dgnushack-compile clean-some: - rm -f *.elc gnus-load.el + rm -f gnus-load.el warn: clean-some 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" Index: lisp/dgnushack.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/dgnushack.el,v retrieving revision 6.28 diff -u -r6.28 dgnushack.el --- lisp/dgnushack.el 2002/02/20 00:15:30 6.28 +++ lisp/dgnushack.el 2002/02/20 14:43:12 @@ -264,7 +264,7 @@ (dolist (file files) (setq file (expand-file-name file srcdir)) (when (and (file-exists-p - (setq elc (concat (file-name-nondirectory file) "c"))) + (setq elc (concat srcdir (file-name-nondirectory file) "c"))) (file-newer-than-file-p file elc)) (delete-file elc)))