be quite about ln on make all
This commit is contained in:
parent
e16a57f733
commit
afbe7e15b0
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -69,13 +69,13 @@ git-annex: tmp/configure-stamp
|
|||
fi
|
||||
|
||||
git-annex-shell: git-annex
|
||||
ln -sf git-annex git-annex-shell
|
||||
@ln -sf git-annex git-annex-shell
|
||||
|
||||
git-remote-annex: git-annex
|
||||
ln -sf git-annex git-remote-annex
|
||||
@ln -sf git-annex git-remote-annex
|
||||
|
||||
git-remote-tor-annex: git-annex
|
||||
ln -sf git-annex git-remote-tor-annex
|
||||
@ln -sf git-annex git-remote-tor-annex
|
||||
|
||||
install-mans: mans
|
||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue