summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-28 10:27:17 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-28 10:27:17 (GMT)
commitd57ff6456d2fbf1c644eb07ff0684646bea6808a (patch)
treeb72fef13463938220359c72d80c9492fb0f2c3b0 /lib
parenta3d61cf3dff74e286bb731ce6533c9992c49d4d9 (diff)
downloadlz4-d57ff6456d2fbf1c644eb07ff0684646bea6808a.zip
lz4-d57ff6456d2fbf1c644eb07ff0684646bea6808a.tar.gz
lz4-d57ff6456d2fbf1c644eb07ff0684646bea6808a.tar.bz2
changed default PREFIX and MANDIR
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3e21c1b..2d9c8f3 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -118,12 +118,7 @@ else
INSTALL ?= install
endif
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
-PREFIX ?= /usr
-else
-PREFIX ?= /usr/local
-endif
-
+PREFIX ?= /usr/local
DESTDIR ?=
LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include