From d961b88397ce08554d3c182ed783d5c6503307e3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 May 2016 10:54:31 +0200 Subject: =?UTF-8?q?unn=C3=B6tige=20Makefile-Ziele=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 41c1528..80ca719 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ all: crypt-expiry-check crypt-expiry-check.8 %: %.in sed "s/#VERSION#/$(VERSION)/; s@#CRONDIR#@$(CRONDIR)@; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ -.PHONY: install dist clean +.PHONY: install clean install: all install -D -m0755 crypt-expiry-check.cron $(DESTDIR)$(CRONDIR)/crypt-expiry-check @@ -41,9 +41,6 @@ install: all touch $(DESTDIR)$(ETCDIR)/crypt-expiry.checks chmod 644 $(DESTDIR)$(ETCDIR)/crypt-expiry.checks -dist: clean - (cd .. && tar czvf crypt-expiry-check-$(VERSION).tar.gz crypt-expiry-check-$(VERSION)) - clean: rm -f crypt-expiry-check{,.8} -- cgit v1.2.3