1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-04-27 16:05:01 +02:00

build: prevent rebuild on install

This commit is contained in:
Simon Ser 2021-07-24 17:03:02 +02:00
parent df92b86604
commit a154e708fc

View File

@ -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