From 6e97cea07f8e5fee88a18aad9a9952e596e12929 Mon Sep 17 00:00:00 2001 From: Dave Keeshan Date: Sat, 2 Dec 2023 00:05:05 +0000 Subject: [PATCH] Fix PREFIX in makefile to accept environment variable, if set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a86f6b..28f0565 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR = -PREFIX = /usr/local +PREFIX ?= /usr/local PROGRAM_PREFIX = # On Windows, manually setting absolute path to Python binary may be required