2013-10-24 Glenn Morris <rgm@gnu.org>
+ * Makefile.in (check-declare): Remove unnecessary path in -l argument.
+
* Makefile.in (abs_top_srcdir): New, set by configure.
(update-subdirs): Correct build-aux location.
# In `compile-main' we could directly do
# ... | xargs $(MAKE) $(MFLAGS) EMACS="$(EMACS)"
# and it works, but it generates a lot of messages like
-# make[2]: « gnus/gnus-mlspl.elc » is up to date.
+# make[2]: gnus/gnus-mlspl.elc is up to date.
# so instead, we use "xargs echo" to split the list of file into manageable
# chunks and then use an intermediate `compile-targets' target so the
# actual targets (the .elc files) are not mentioned as targets on the
.PHONY: check-declare
check-declare:
- $(emacs) -l $(lisp)/emacs-lisp/check-declare \
- --eval '(check-declare-directory "$(lisp)")'
+ $(emacs) -l check-declare --eval '(check-declare-directory "$(lisp)")'
# Dependencies