From: Pedro Melo Date: Mon, 13 Sep 2010 15:11:55 +0000 (+0100) Subject: Make sure INSTALL_TOP exists before we install to it X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e984050fb97939964daf6fb5e28cd7fc081c2c70?hp=--cc Make sure INSTALL_TOP exists before we install to it Signed-off-by: Pedro Melo --- e984050fb97939964daf6fb5e28cd7fc081c2c70 diff --git a/src/Makefile b/src/Makefile index 2dc3065f..05a69cf8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)