]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
auto-create the install dirs
authorAndrew Tridgell <tridge@samba.org>
Mon, 3 Jun 2002 03:43:24 +0000 (05:43 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 3 Jun 2002 03:43:24 +0000 (05:43 +0200)
Makefile.in

index 66945d2dcca5d4699718c66bf9b008ca378209c8..f3b926f9c3be975f42be1417b187a5b7bef7207c 100644 (file)
@@ -29,7 +29,9 @@ web/ccache-man.html: ccache.yo
        yodl2html -o web/ccache-man.html ccache.yo
 
 install:
+       ${INSTALLCMD} -d ${bindir}
        ${INSTALLCMD} -m 755 ccache ${bindir}
+       ${INSTALLCMD} -d ${mandir}/man1
        ${INSTALLCMD} -m 644 ${srcdir}/ccache.1 ${mandir}/man1/
 
 clean: