Make sure INSTALL_TOP exists before we install to it

Signed-off-by: Pedro Melo <melo@simplicidade.org>
This commit is contained in:
Pedro Melo 2010-09-13 16:11:55 +01:00
parent e13865033d
commit e984050fb9

View 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)