summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-12 16:22:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-12 16:22:03 -0400
commitcd2b56c898195e6ff31eb2d311382d80d2e8fb30 (patch)
tree5a244c9c642bcd91f1aa2c62f4d31b11ec79a57b /Makefile
parentf3d057d1137e4eb04b5b55206c8999b07d165d0c (diff)
avoid setting PREFIX if already set
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8995b23c..5b1a6d467 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all=git-annex $(mans) docs
GHC?=ghc
GHCMAKE=$(GHC) $(GHCFLAGS) --make
-PREFIX=/usr
+PREFIX?=/usr
CABAL?=cabal # set to "./Setup" if you lack a cabal program
# Am I typing :make in vim? Do a fast build.