From b7fb9e5ee4123ea7903999f0ed8b6f2915679497 Mon Sep 17 00:00:00 2001 From: Alexander Afanasyev Date: Fri, 11 Dec 2015 20:23:40 -0800 Subject: [PATCH] build: Change default installation prefix to /usr/local --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 92adbb02..25cfc873 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -39,7 +39,7 @@ MACPORTS_COMPILER := $(shell $(CXX) --version 2>&1 | $(EGREP) -i -c "macports") # Default prefix for make install ifeq ($(PREFIX),) -PREFIX = /usr +PREFIX = /usr/local endif ifeq ($(CXX),gcc) # for some reason CXX is gcc on cygwin 1.1.4