From: Glenn Morris Date: Thu, 31 Oct 2013 07:27:35 +0000 (-0700) Subject: * lisp/Makefile.in (custom-deps, finder-data): No need to setq the target X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47f58d8500669f7a9a55bf67c2b26e8a5e0ae6af;p=emacs.git * lisp/Makefile.in (custom-deps, finder-data): No need to setq the target variables, we are in the right directory and the defaults work fine. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef07b826091..3cf01adddef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-10-31 Glenn Morris + + * Makefile.in (custom-deps, finder-data): No need to setq the target + variables, we are in the right directory and the defaults work fine. + 2013-10-30 Glenn Morris * Makefile.in (autoloads): Do not use abs_lisp. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ff46d81174a..98edb671fdb 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -168,14 +168,14 @@ $(lisp)/cus-load.el: custom-deps: doit cd $(lisp) && $(setwins_almost); \ echo Directories: $$wins; \ - $(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file (unmsys--file-name "$(abs_lisp)/cus-load.el"))' -f custom-make-dependencies $$wins + $(emacs) -l cus-dep -f custom-make-dependencies $$wins $(lisp)/finder-inf.el: $(MAKE) $(MFLAGS) finder-data finder-data: doit cd $(lisp) && $(setwins_almost); \ echo Directories: $$wins; \ - $(emacs) -l finder --eval '(setq generated-finder-keywords-file (unmsys--file-name "$(abs_lisp)/finder-inf.el"))' -f finder-compile-keywords-make-dist $$wins + $(emacs) -l finder -f finder-compile-keywords-make-dist $$wins # The chmod +w is to handle env var CVSREAD=1. # Use expand-file-name rather than $abs_lisp so that Emacs does not