Make: fix installation instructions
authorChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 16:47:18 +0000 (12:47 -0400)
committerChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 16:47:18 +0000 (12:47 -0400)
The installation instructions as shown after successfully compiling
OpenBLAS are wrong because this arguments used during compilation have
to be provided to Make again.

Makefile

index 1b9bcb118b3dbeeebb1ebacf7a4d116a61f5a200..ce3f4b875300d0382d047f5860f661592a75e57d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,8 +81,9 @@ ifeq ($(OSNAME), Darwin)
        @echo "install_name_tool -id /new/absolute/path/to/$(LIBDYNNAME) $(LIBDYNNAME)"
 endif
        @echo
-       @echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
-       @echo
+       @echo "To install the library, you can run"
+       @echo "  make <ARGS> PREFIX=/path/to/your/installation install"
+       @echo "where '<ARGS>' is the set of argument used for compilation."
 
 shared :
 ifndef NO_SHARED