From 47f58d8500669f7a9a55bf67c2b26e8a5e0ae6af Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 31 Oct 2013 00:27:35 -0700 Subject: [PATCH] * 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. --- lisp/ChangeLog | 5 +++++ lisp/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.2