summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-05-24 20:11:58 +0200
committerJasmin Jessich <jasmin@anw.at>2017-05-24 20:21:47 +0200
commit6c7dc2d68ffd8a2097531e3acfee588a27710586 (patch)
tree6a5a2fca68195d84b863297c0ae678bdd8658737 /Makefile
parenta2a2425b518a82d116034ac8ba233f94cbe3c4e7 (diff)
downloadvdr-plugin-live-6c7dc2d68ffd8a2097531e3acfee588a27710586.tar.gz
vdr-plugin-live-6c7dc2d68ffd8a2097531e3acfee588a27710586.tar.bz2
Fixed Makefile to build also from VDR directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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