From 59af25aafd51b706ed67784aa84332965c31bb26 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 2 Nov 2009 14:45:15 +0100 Subject: [PATCH] Use ?:= as the assignement operator for PREFIX. This creates a simply expanded variable which is more suitable for the PREFIX variable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c61dff7..78c9b16 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CPPFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib -PREFIX ?= /usr/local +PREFIX ?:= /usr/local ifeq "$(origin CC)" "default" CC := gcc endif -- 2.39.2