From 9e9b62f03f6c545e7899763ca19b19b2fb01e03d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 2 Jul 2019 20:13:13 -0700 Subject: [PATCH] Makefile: change default PREFIX to /usr/local Use the same default installation prefix as autotools-based projects. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3013b6b..ab4710b 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ override CFLAGS := \ ############################################################################## -PREFIX ?= /usr +PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin INCDIR ?= $(PREFIX)/include LIBDIR ?= $(PREFIX)/lib