Updated Makefile.

This commit is contained in:
Rolf Ahrenberg 2012-02-19 17:47:43 +02:00
parent 816c357065
commit 73311873bc
1 changed files with 3 additions and 3 deletions

View File

@ -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: