Commit e984050f authored by Pedro Melo's avatar Pedro Melo
Browse files

Make sure INSTALL_TOP exists before we install to it


Signed-off-by: default avatarPedro Melo <melo@simplicidade.org>
parent e1386503
...@@ -153,6 +153,7 @@ noopt: ...@@ -153,6 +153,7 @@ noopt:
make PROF="-pg" ARCH="-arch i386" make PROF="-pg" ARCH="-arch i386"
install: all install: all
mkdir -p $(INSTALL_BIN)
$(INSTALL) $(PRGNAME) $(INSTALL_BIN) $(INSTALL) $(PRGNAME) $(INSTALL_BIN)
$(INSTALL) $(BENCHPRGNAME) $(INSTALL_BIN) $(INSTALL) $(BENCHPRGNAME) $(INSTALL_BIN)
$(INSTALL) $(CLIPRGNAME) $(INSTALL_BIN) $(INSTALL) $(CLIPRGNAME) $(INSTALL_BIN)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment