# HG changeset patch # User Oleksandr Gavenko # Date 1663622161 -10800 # Node ID 1bbd7898cc9b0994fafb1f4c78695ec1c261cbdd # Parent 2495ee9cf84c29ea02181cb57b01b8cdffef95f3 Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths. diff -r 2495ee9cf84c -r 1bbd7898cc9b Makefile --- a/Makefile Mon Jul 25 11:38:25 2022 +0300 +++ b/Makefile Tue Sep 20 00:16:01 2022 +0300 @@ -149,7 +149,8 @@ cp -r srecode/ $(HOME)/.emacs.d/ \ install -m 0644 -t $(mylispdir) $(EL_FILES); \ -$(EMACS) --batch -Q --eval='(progn (setq generated-autoload-file "$(mylispdir)/loaddefs.el") (update-directory-autoloads "$(mylispdir)"))' +cd $(mylispdir); \ +$(EMACS) --batch -Q --eval='(progn (setq generated-autoload-file "./loaddefs.el") (update-directory-autoloads "."))' .PHONY: uninstall uninstall: