From 62f1f5f776f7e2d0aa68b823ea74f95e2d0afa44 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 19 Feb 2012 17:48:21 +0200 Subject: [PATCH] Updated Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4d9c161..bf66864 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ LDFLAGS ?= -Wl,--as-needed ### The directory environment: -VDRDIR = ../../.. -LIBDIR = ../../lib -TMPDIR = /tmp +VDRDIR ?= ../../.. +LIBDIR ?= ../../lib +TMPDIR ?= /tmp ### Make sure that necessary options are included: