Fix make -B (force rebuild)

This commit is contained in:
Alexander Neumann 2015-05-14 11:10:01 +02:00
parent 396a69886c
commit e1098eedac
1 changed files with 1 additions and 1 deletions

View File

@ -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) && \