]> git.saurik.com Git - redis.git/commitdiff
Make sure INSTALL_TOP exists before we install to it
authorPedro Melo <melo@simplicidade.org>
Mon, 13 Sep 2010 15:11:55 +0000 (16:11 +0100)
committerPedro Melo <melo@simplicidade.org>
Mon, 13 Sep 2010 15:11:55 +0000 (16:11 +0100)
Signed-off-by: Pedro Melo <melo@simplicidade.org>
src/Makefile

index 2dc3065f255089acb265dcc76262576f895c4808..05a69cf849d30d75d6c37db12f8737136ab8f13b 100644 (file)
@@ -153,6 +153,7 @@ noopt:
        make PROF="-pg" ARCH="-arch i386"
 
 install: all
+       mkdir -p $(INSTALL_BIN)
        $(INSTALL) $(PRGNAME) $(INSTALL_BIN)
        $(INSTALL) $(BENCHPRGNAME) $(INSTALL_BIN)
        $(INSTALL) $(CLIPRGNAME) $(INSTALL_BIN)