From 90bc5ff7ba16fa14ffe84a204ca92b46e563c00a Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 8 Sep 2010 15:23:59 -0700 Subject: [PATCH] Fixed PREFIX to respect env vars aka: PREFIX=/usr make install will no work --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 649188f..ec13625 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ -PREFIX = /usr/local - +PREFIX ?= /usr/local BINS = $(wildcard bin/git-*) install: