diff options
| author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-24 09:41:10 +0100 |
|---|---|---|
| committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-24 09:41:10 +0100 |
| commit | ccce007b56ca3ae4c16a5dfc143590c2bc2f0208 (patch) | |
| tree | 03c7038362f57060ca53b9d22a14a45a63684e84 | |
| parent | 5665276d8fab9fe2ef3fb620543bf300f85aaa3a (diff) | |
| download | vdr-plugin-epgsearch-ccce007b56ca3ae4c16a5dfc143590c2bc2f0208.tar.gz vdr-plugin-epgsearch-ccce007b56ca3ae4c16a5dfc143590c2bc2f0208.tar.bz2 | |
fixed evaluation of compiler flags like WITHOUT_EPGSEARCHONLY
| -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: |
