]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Make the "install" target depend on the things it needs to install, so
authorMartin Pool <mbp@sourcefrog.net>
Mon, 24 Feb 2003 03:42:13 +0000 (04:42 +0100)
committerMartin Pool <mbp@sourcefrog.net>
Mon, 24 Feb 2003 03:42:13 +0000 (04:42 +0100)
that it can work properly on the buildfarm.

Makefile.in

index 0b838a45db5b2310cb70aef3298acd72e51448a9..2b6ef6ec367db4a50f384064d7d232f935d63bca 100644 (file)
@@ -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/