From ccce007b56ca3ae4c16a5dfc143590c2bc2f0208 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 24 Mar 2008 09:41:10 +0100 Subject: fixed evaluation of compiler flags like WITHOUT_EPGSEARCHONLY --- HISTORY | 1 + HISTORY.DE | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index a7f5681..7b4d1f4 100644 --- a/HISTORY +++ b/HISTORY @@ -62,6 +62,7 @@ fixes: reporting. - fixed labeling the green/yellow color keys after toggling the keys in menu 'Schedule', thanks to Andreas Mair for reporting. +- fixed evaluation of compiler flags like WITHOUT_EPGSEARCHONLY,... 2007-09-02: Version 0.9.23 new: diff --git a/HISTORY.DE b/HISTORY.DE index c3d9406..a01a579 100644 --- a/HISTORY.DE +++ b/HISTORY.DE @@ -70,7 +70,7 @@ fixes: den Hinweis. - Beschriftung der grünen/gelben Taste nach Umschalten im Menü "Schedule" korrigiert. Danke an Andreas Mair für den Hinweis. - +- Auswertung von Compiler-Flags wie WITHOUT_EPGSEARCHONLY,... korrigiert. 2007-09-02: Version 0.9.23 neu: diff --git a/Makefile b/Makefile index c4a2a49..ef8bcd3 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ LIBS4 = ### The main target: -all: libvdr-$(PLUGIN).so libvdr-$(PLUGIN2).so libvdr-$(PLUGIN3).so libvdr-$(PLUGIN4).so createcats i18n +all: $(ALL) i18n ### Implicit rules: -- cgit v1.2.3