Commit df096ee8 authored by Lucas Russo's avatar Lucas Russo

Makefile: add INSTALL_DIR prefix to BSMP library install

parent 899e8a3d
......@@ -253,10 +253,10 @@ libbsmp:
$(MAKE) -C $(LIBBSMP_DIR) all
libbsmp_install:
$(MAKE) -C $(LIBBSMP_DIR) install
$(MAKE) -C $(LIBBSMP_DIR) PREFIX=$(INSTALL_DIR) install
libbsmp_uninstall:
$(MAKE) -C $(LIBBSMP_DIR) uninstall
$(MAKE) -C $(LIBBSMP_DIR) PREFIX=$(INSTALL_DIR) uninstall
libbsmp_clean:
$(MAKE) -C $(LIBBSMP_DIR) clean
......
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