From 6c7dc2d68ffd8a2097531e3acfee588a27710586 Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Wed, 24 May 2017 20:11:58 +0200 Subject: Fixed Makefile to build also from VDR directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95be867..aee7d25 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ install-i18n: i18n recursive-inst_I18Nmsg $(VERSIONSUFFIX): FORCE ifneq ($(MAKECMDGOALS),clean) -ifeq ($(MAKELEVEL),0) +ifeq ($(MAKELEVEL),$(filter $(MAKELEVEL),0 1)) ./buildutil/version-util $(VERSIONSUFFIX) || ./buildutil/version-util -F $(VERSIONSUFFIX) endif endif -- cgit v1.2.3