summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-04 10:54:31 +0200
committerErich Eckner <git@eckner.net>2016-05-04 10:54:31 +0200
commitd961b88397ce08554d3c182ed783d5c6503307e3 (patch)
tree6a0810d5d2f966607ba86f04483c7620c2b5a2fa
parent7028b7ed93ddba4e062bb7abfbb723d4a0398e9c (diff)
downloadcrypt-expiry-check-d961b88397ce08554d3c182ed783d5c6503307e3.tar.xz
unnötige Makefile-Ziele entfernt
-rw-r--r--Makefile5
1 files changed, 1 insertions, 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}