summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-09-07 00:41:44 (GMT)
committerYann Collet <cyan@fb.com>2017-09-07 00:41:44 (GMT)
commitee5332438b9a4c65147003334bcdbb9915930603 (patch)
treea5a9d83953134e2f5e3d9b3baf0e3c8b250af249 /lib/Makefile
parent1ad9a36cfb9fc669b0b18bfcd902d3e52a3d2cbb (diff)
downloadlz4-ee5332438b9a4c65147003334bcdbb9915930603.zip
lz4-ee5332438b9a4c65147003334bcdbb9915930603.tar.gz
lz4-ee5332438b9a4c65147003334bcdbb9915930603.tar.bz2
minor Makefile fixes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5907aac..dd33f50 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -117,7 +117,8 @@ clean:
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
DESTDIR ?=
-# directory variables : GNU convention prefers lowercase
+# directory variables : GNU conventions prefer lowercase
+# see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
# support both lower and uppercase (BSD), use uppercase in script
prefix ?= /usr/local
PREFIX ?= $(prefix)