diff --git a/Makefile b/Makefile index 1b9bcb118..ce3f4b875 100644 --- 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 PREFIX=/path/to/your/installation install" + @echo "where '' is the set of argument used for compilation." shared : ifndef NO_SHARED