From d692d4aa59cc35085b15a77e49a05d89b8ff97cd Mon Sep 17 00:00:00 2001 From: "Nicolas A. Ortega Froysa" Date: Tue, 21 May 2024 14:14:11 +0200 Subject: [PATCH] Makefile: Fix PREFIX handling. Signed-off-by: Nicolas A. Ortega Froysa --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d216b34..f78b22a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ # 3. This notice may not be removed or altered from any source # distribution. -PREFIX=/usr/local +ifeq ($(PREFIX),) + PREFIX := /usr/local +endif pacundo: pacundo.pl pp -o $@ $^