Simplify code.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Feb 2015 01:07:50 +0200
changeset 1226 febcf7755a3d
parent 1225 613aa3cc60b8
child 1227 e2355b44d39d
Simplify code.
Makefile
--- 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/