From 5fe662c063a540789d39dee9fbceafb042d7ebf5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 5 Nov 2009 11:28:37 +0100 Subject: [PATCH 1/1] Revert "Use ?:= as the assignement operator for PREFIX." This reverts commit 59af25aafd51b706ed67784aa84332965c31bb26 as it does not work with all versions of (gnu) make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78c9b16..c61dff7 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