diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2013-01-27 17:07:43 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2013-01-27 17:07:43 +0100 |
commit | 33a1abb417fd2107408fb16b7151f142a338d91f (patch) | |
tree | 8ab48fce374daf71243f4dd005734cdb9acc2753 | |
parent | 27f9ad3da60c42a1b982929986d9f20eae9d0049 (diff) | |
download | vdr-plugin-eepg-33a1abb417fd2107408fb16b7151f142a338d91f.tar.gz vdr-plugin-eepg-33a1abb417fd2107408fb16b7151f142a338d91f.tar.bz2 |
fix makefile since there is no po in master
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ OBJS = $(PLUGIN).o dish.o epghandler.o setupeepg.o equivhandler.o util.o eit2.o ### The main target: -all: $(SOFILE) i18n +all: $(SOFILE) ### Implicit rules: |