More fixes for bug #16099.
lisp/Makefile.in (custom-deps, finder-data): Run output file names through unmsys--file-name.
This commit is contained in:
parent
89793882a7
commit
3ef8e0d150
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (custom-deps, finder-data): Run output file names
|
||||
through unmsys--file-name. (Bug#16099)
|
||||
|
||||
2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
|
||||
|
|
|
@ -158,7 +158,7 @@ custom-deps: doit
|
|||
$(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(emacs) -l cus-dep \
|
||||
--eval '(setq generated-custom-dependencies-file "$(srcdir)/cus-load.el")' \
|
||||
--eval '(setq generated-custom-dependencies-file (unmsys--file-name "$(srcdir)/cus-load.el"))' \
|
||||
-f custom-make-dependencies $$wins
|
||||
|
||||
$(lisp)/finder-inf.el:
|
||||
|
@ -167,7 +167,7 @@ finder-data: doit
|
|||
$(setwins_almost); \
|
||||
echo Directories: $$wins; \
|
||||
$(emacs) -l finder \
|
||||
--eval '(setq generated-finder-keywords-file "$(srcdir)/finder-inf.el")' \
|
||||
--eval '(setq generated-finder-keywords-file (unmsys--file-name "$(srcdir)/finder-inf.el"))' \
|
||||
-f finder-compile-keywords-make-dist $$wins
|
||||
|
||||
# The chmod +w is to handle env var CVSREAD=1.
|
||||
|
|
Loading…
Add table
Reference in a new issue