summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d83d47..ccdb303 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ vim/bundle/vimproc/autoload/vimproc_unix.so : vim/bundle/vimproc/autoload/proc.c
cd vim/bundle/vimproc && make
$(INTO)/Maildir/.notmuch: notmuch
+ mkdir -p $(INTO)/Maildir
@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
$(LN) $(PWD)/$< $@