diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:42:50 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:42:50 -0500 |
commit | 739b17b79cd02f83307f3a367e50729aed48a6bc (patch) | |
tree | 8c3080d3e875dce75058f11a53e215d4ff24ba6b /Makefile | |
parent | Add popup so that auto-complete can build (diff) |
Make install target depend on build rather than on $(BUILD)
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |