diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | HISTORY.DE | 2 | ||||
-rw-r--r-- | Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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: @@ -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: @@ -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: |