From: Andrew Tridgell Date: Sun, 31 Mar 2002 09:30:27 +0000 (+0200) Subject: fixed man install and -V X-Git-Tag: v1.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560dbf98bd4399ca5b8a51ede2dc541e18838c74;p=thirdparty%2Fccache.git fixed man install and -V --- diff --git a/Makefile.in b/Makefile.in index da6a91c72..9f8af81b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ ccache.1: ccache.yo install: ${INSTALLCMD} -m 755 ccache ${bindir} - ${INSTALLCMD} -m 644 ccache.1 ${mandir} + ${INSTALLCMD} -m 644 ccache.1 ${mandir}/man1 clean: /bin/rm -f $(OBJS) *~ ccache diff --git a/ccache.c b/ccache.c index d0dc8cd6a..51484f707 100644 --- a/ccache.c +++ b/ccache.c @@ -609,6 +609,8 @@ static int ccache_main(int argc, char *argv[]) switch (c) { case 'V': printf("ccache version %s\n", CCACHE_VERSION); + printf("Copyright Andrew Tridgell 2002\n"); + printf("Released under the GNU GPL v2 or later\n"); exit(0); case 'h':