From e1098eedacfb12ad341aa1f5ec9fa54f1af2e361 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 14 May 2015 11:10:01 +0200 Subject: [PATCH] Fix make -B (force rebuild) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3e36ad70..c601daedd 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: restic .gopath: mkdir -p .gopath/src/github.com/restic - ln -sf ../../../.. .gopath/src/github.com/restic/restic + ln -snf ../../../.. .gopath/src/github.com/restic/restic %: cmd/% .gopath cd $(BASEPATH) && \