Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile

This commit is contained in:
Klaus Schmidinger
2015-02-02 14:50:46 +01:00
parent 659f67f04f
commit 85969bc0bd
2 changed files with 4 additions and 2 deletions

View File

@@ -8473,3 +8473,5 @@ Video Disk Recorder Revision History
direction (see MANUAL for details).
- Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device
is NULL (as described in the header file).
- Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile, to
avoid error messages regarding the missing vdr.pc file.