From 3448f4caccded0a60aa5f81976cd8c285908e7bb Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 5 Nov 2009 11:27:05 +0100 Subject: [PATCH] Don't use ?:= for setting PREFIX. This 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 76925a6..1f125c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # where to install -PREFIX ?:= /usr/local +PREFIX ?= /usr/local libdir := $(PREFIX)/lib includedir := $(PREFIX)/include bindir := $(PREFIX)/bin -- 2.39.2