From 9d8c52a7ad1410f339cedd31259af265b34a0abd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 May 2016 10:53:24 +0200 Subject: unnötige Makefile-Ziele entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be9bc04..f262902 100644 --- a/Makefile +++ b/Makefile @@ -31,16 +31,13 @@ all: sendmailadvanced sendmailadvanced.8 %: %.in sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ -.PHONY: install dist clean +.PHONY: install clean install: all install -D -m0755 sendmailadvanced $(DESTDIR)$(BINDIR)/sendmailadvanced install -D -m0644 sendmailadvanced.8 $(DESTDIR)$(MANDIR)/man8/sendmailadvanced.8 install -D -m0644 sendmailadvanced.conf $(DESTDIR)$(ETCDIR)/sendmailadvanced.conf -dist: clean - (cd .. && tar czvf sendmailadvanced-$(VERSION).tar.gz sendmailadvanced-$(VERSION)) - clean: rm -f sendmailadvanced{,.8} -- cgit v1.2.3-54-g00ecf