aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70209907..3b0be55a 100644
--- a/Makefile
+++ b/Makefile
@@ -516,7 +516,7 @@ install-vim-after-ftplugin:
mkdir -p $(HOME)/.vim/after/ftplugin
for type in vim/after/ftplugin/* ; do \
mkdir -p -- $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
- cp -p "$$type"/* $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
+ cp -p -- "$$type"/* $(HOME)/.vim/after/ftplugin/"$${type##*/}" ; \
done
install-vim-after-indent: