Fixed a bug in the Makefile when installing plugins with LCLBLD=1

This commit is contained in:
Klaus Schmidinger
2015-01-01 13:55:13 +01:00
parent ffeb43a38a
commit bfdd611fde
3 changed files with 6 additions and 3 deletions

View File

@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
2014-10-03: Version 2.1.7
2015-01-01: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8321,3 +8321,5 @@ Video Disk Recorder Revision History
to Lars Hanisch). See vdr.1 and vdr.5 for details.
- Fixed a possible crash in the LCARS skin (thanks to Thomas Reufer).
- Updated the dvbhddevice plugin source.
- Fixed a bug in the Makefile when installing plugins with LCLBLD=1 (thanks to
Stefan Huelswitt).