summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-05-08 13:07:31 +0200
committerJuergen Daubert <jue@jue.li>2017-05-08 13:30:41 +0200
commit684ccf4a2e3b3b137347763b4512fead6f14d8fa (patch)
treeb4d211bacfa93f1a0e1a41151ee3cab3454bacc7
parentd511d7bab008523d2d8303453b028380930a7243 (diff)
downloadprt-utils-684ccf4a2e3b3b137347763b4512fead6f14d8fa.tar.gz
prt-utils-684ccf4a2e3b3b137347763b4512fead6f14d8fa.tar.xz
Makefile: bump version to 1.1.1, small improvement
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8d290ec..00418df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = prt-utils
-VERSION = 1.1
+VERSION = 1.1.1
TOOLS = prtcreate prtrej prtsweep prtcheck prtwash pkgexport pkgsize \
prtorphan prtcheckmissing oldfiles finddeps dllist \
@@ -13,8 +13,7 @@ BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib
CONFDIR = /etc
-all:
- @echo "Use 'make install' to install prt-utils"
+all: prtverify revdep/revdep
install-man:
if [ ! -d $(DESTDIR)$(MANDIR)/man1 ]; then \
@@ -58,7 +57,7 @@ prtverify:
revdep/revdep:
@make -C revdep
-install: prtverify revdep/revdep install-man install-bin install-lib # install-conf
+install: install-man install-bin install-lib # install-conf
clean:
@rm -f prtverify

Generated by cgit