build: Change default installation prefix to /usr/local

pull/81/head
Alexander Afanasyev 2015-12-11 20:23:40 -08:00
parent 1e17620417
commit b7fb9e5ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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