]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/Makefile.in (check-declare): Remove unnecessary path in -l argument
authorGlenn Morris <rgm@gnu.org>
Thu, 24 Oct 2013 02:21:23 +0000 (19:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 Oct 2013 02:21:23 +0000 (19:21 -0700)
lisp/ChangeLog
lisp/Makefile.in

index 16b88cf8f6eecf74042c8d2e908ea059ccf52d6a..f69ec89b48da95ac3f9deace3a7a90e0ab20d21f 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index 58610387ac3e64115abb9cc3413fb5fa5f1596d9..89cc26ed4ae6f9818912a2912b8d0a7b4e5ce447 100644 (file)
@@ -266,7 +266,7 @@ compile-first: $(COMPILE_FIRST)
 # 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
@@ -452,8 +452,7 @@ maintainer-clean: distclean bootstrap-clean
 .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