aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-19 15:42:50 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-19 15:42:50 -0500
commit739b17b79cd02f83307f3a367e50729aed48a6bc (patch)
tree8c3080d3e875dce75058f11a53e215d4ff24ba6b /Makefile
parentAdd popup so that auto-complete can build (diff)
Make install target depend on build rather than on $(BUILD)
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d30d2e..dd09561 100755
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ build/%: % $(SUBSTS_FILE)
@# Variables)."
[ "$(filter $*,$(LOCAL_FILES))" != "$*" ] || sed $(call get-sed-args,VARS_$*) $< > $@
-install: $(BUILD)
+install: build
rsync -a build/ ~
chmod 600 ~/.msmtprc ~/.netrc ~/.ssh/id_*
chmod 700 ~/.ssh