Fixed the 'clean-plugins' target in the Makefile to also remove additional plugin libraries

This commit is contained in:
Klaus Schmidinger
2006-06-02 14:48:21 +02:00
parent 7997b678f2
commit 833d649e13
3 changed files with 6 additions and 4 deletions

View File

@@ -4756,3 +4756,5 @@ Video Disk Recorder Revision History
because it caused a compiler warning with g++ 4.1.1 (reported by Ville Skytt<74>).
Since the third parameter has to be non-null to have any effect, the call was
presumably a NOP, anyway.
- Fixed the 'clean-plugins' target in the Makefile to also remove additional
plugin libraries (thanks to Wayne Keer).