From fe2d3bf5a3f85ee995adfddecb3c85d7d7490cfe Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 24 Feb 2003 04:42:13 +0100 Subject: [PATCH] Make the "install" target depend on the things it needs to install, so that it can work properly on the buildfarm. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.47.2