From ca5a82aadc96ce4daae7c7c68e756f9cea88ad81 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Mon, 21 Jan 2013 00:14:53 +0100 Subject: consider that both VDRDIR and PLGCFG can be empty --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ba97b3..abc045e 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,10 @@ APIVERSION = $(call PKGCFG,apiversion) ### Allow user defined options to overwrite defaults: -ifeq ($(PLGCFG),) +ifeq ($(VDRDIR),) VDRDIR ?= ../../.. +endif +ifeq ($(PLGCFG),) PLGCFG = $(VDRDIR)/Make.config endif -include $(PLGCFG) -- cgit v1.2.3