summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-02 14:50:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-02 14:50:46 +0100
commit85969bc0bd944250536cd3a777e98637a861380c (patch)
tree58c664ea135bec44d26073c8f4d4f65c1afebcc7 /HISTORY
parent659f67f04fa5586f530fe00457bfcbdce566fb31 (diff)
downloadvdr-85969bc0bd944250536cd3a777e98637a861380c.tar.gz
vdr-85969bc0bd944250536cd3a777e98637a861380c.tar.bz2
Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8f85d088..1216e67f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.