From 2b3741c47c8757e01e472a85c43283ed75d65b32 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Thu, 28 Jun 2007 16:03:23 -0400 Subject: [PATCH] Allow install prefix overrides --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54b0f7d2..9de55b41 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \ -Wuninitialized -Wshadow -Wundef INSTALL= install -prefix = /usr/local +prefix ?= /usr/local bindir = $(prefix)/bin progs = btrfsctl btrfsck mkfs.btrfs debug-tree