From 739b17b79cd02f83307f3a367e50729aed48a6bc Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 19 Feb 2013 15:42:50 -0500 Subject: Make install target depend on build rather than on $(BUILD) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3