mirror of
https://git.sr.ht/~emersion/tlstunnel
synced 2024-11-19 15:53:50 +01:00
build: prevent rebuild on install
This commit is contained in:
parent
df92b86604
commit
a154e708fc
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ tlstunnel.1: tlstunnel.1.scd
|
||||
clean:
|
||||
$(RM) -rf tlstunnel tlstunnel.1
|
||||
|
||||
install: all
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
mkdir -p $(DESTDIR)$(MANDIR)/man1
|
||||
mkdir -p $(DESTDIR)$(SYSCONFDIR)/tlstunnel
|
||||
|
Loading…
Reference in New Issue
Block a user