summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-15 19:40:38 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-15 19:40:38 (GMT)
commit2b55752a5c749e57bbd4c9b830ccf939510beec1 (patch)
tree2dbeed2d4b4156c8661883ccd3833dee4002e6f6 /lib/Makefile
parentbbcfe2144d1021c8662ba632dfd91403060becd4 (diff)
downloadlz4-2b55752a5c749e57bbd4c9b830ccf939510beec1.zip
lz4-2b55752a5c749e57bbd4c9b830ccf939510beec1.tar.gz
lz4-2b55752a5c749e57bbd4c9b830ccf939510beec1.tar.bz2
changed "make install" default install directory to /usr/local
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 9c479cb..8aa15de 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -26,8 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# You can contact the author at :
-# - LZ4 source repository : http://code.google.com/p/lz4/
-# - LZ4 source mirror : https://github.com/Cyan4973/lz4
+# - LZ4 source repository : https://github.com/Cyan4973/lz4
# - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
# ################################################################
@@ -39,7 +38,7 @@ LIBVER_PATCH=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\)
LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH)
DESTDIR?=
-PREFIX ?= /usr
+PREFIX ?= /usr/local
CFLAGS ?= -O3
CFLAGS += -I. -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -pedantic