vdr-wirbelscan: dont build i18n

This commit is contained in:
Stefan Saraev 2014-06-09 22:06:28 +03:00 committed by Stephan Raue
parent b48dfe7b44
commit 76907504dd

View File

@ -0,0 +1,25 @@
From f1923761486397809be88b3344d0c498afe1bf29 Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Mon, 9 Jun 2014 22:02:58 +0300
Subject: [PATCH] dont build i18n
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 87d274e..b9f4b29 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ UNCRUSTIFY_FILES = scanner.c scanner.h scanfilter.c scanfilter.h statemachine.h
### The main target:
-all: libvdr-$(PLUGIN).so i18n
+all: libvdr-$(PLUGIN).so
### Implicit rules:
--
1.7.2.5