From: Martin Pool Date: Mon, 24 Feb 2003 03:42:13 +0000 (+0100) Subject: Make the "install" target depend on the things it needs to install, so X-Git-Tag: v2.3~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2d3bf5a3f85ee995adfddecb3c85d7d7490cfe;p=thirdparty%2Fccache.git Make the "install" target depend on the things it needs to install, so that it can work properly on the buildfarm. --- diff --git a/Makefile.in b/Makefile.in index 0b838a45d..2b6ef6ec3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,7 +28,7 @@ web/ccache-man.html: ccache.yo mkdir -p man yodl2html -o web/ccache-man.html ccache.yo -install: +install: ccache ccache.1 ${INSTALLCMD} -d $(DESTDIR)${bindir} ${INSTALLCMD} -m 755 ccache $(DESTDIR)${bindir} ${INSTALLCMD} -d $(DESTDIR)${mandir}/man1/