--- a/Makefile Wed Feb 25 01:06:19 2015 +0200
+++ b/Makefile Wed Feb 25 01:07:50 2015 +0200
@@ -116,9 +116,7 @@
cp .emacs-my $(emacsdir)/.emacs-my
mkdir -p $(emacsdir)/server $(HOME)/.gnus/scores
cp all.SCORE $(HOME)/.gnus/scores
- for file in $(EL_FILES); do \
- cp -f $$file $(mylispdir); \
- done
+ cp -f $(EL_FILES) $(mylispdir); \
$(EMACS) -Q --batch --eval='(let ((generated-autoload-file "$(mylispdir)/loaddefs.el")) (update-directory-autoloads "$(mylispdir)"))'
./.emacs-autogen.sh $(mylispdir)/.emacs-autogen
cp -r srecode/ $(HOME)/.emacs.d/