From 4fde21d9913a63e8f057543aefa5b4125d74bd85 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 6 Jan 2013 15:52:33 +0100 Subject: Use more variables This allows any command used to be overridden, when, for example, they're not installed in PATH. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4666695..bac58a5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ +INSTALL = install -D + export DESTDIR ?= /usr/local +export INSTALL_PROGRAM = $(INSTALL) +export INSTALL_DATA = $(INSTALL) -m 644 dirs = src doc conkeror install-dirs = $(addprefix install-,$(dirs)) -- cgit v1.3-2-g0d8e