diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-24 20:11:58 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-24 20:21:47 +0200 |
commit | 6c7dc2d68ffd8a2097531e3acfee588a27710586 (patch) | |
tree | 6a5a2fca68195d84b863297c0ae678bdd8658737 /Makefile | |
parent | a2a2425b518a82d116034ac8ba233f94cbe3c4e7 (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |