From 235eea94dee0336f0b79e734060b6099a8e5dbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 22 Dec 2010 17:22:05 +0000 Subject: [PATCH] Makefile: add a DESTDIR variable to ease debian packaging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42654fe..625e574 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX ?= /usr/local -INCLUDE = $(PREFIX)/include/bitstream +INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream all: @echo "nothing to do"