summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-15 13:20:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-15 13:20:04 +0200
commita551b5b124c9c67227f7fde9f3f7e27ee2bd441a (patch)
treef8957e4b5ecf10a202c731bad79162c7a7b0f42e /HISTORY
parent0979904dfca6da24d45d06f9c2e9a692d56eb150 (diff)
downloadvdr-a551b5b124c9c67227f7fde9f3f7e27ee2bd441a.tar.gz
vdr-a551b5b124c9c67227f7fde9f3f7e27ee2bd441a.tar.bz2
Moved the "all" target in plugin Makefiles before the "Implicit rules"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index eacebfc5..f60c0a37 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5352,3 +5352,7 @@ Video Disk Recorder Revision History
by Joachim Wilke).
- Fixed a faulty comment in Make.config.template (reported by Marco Schlüßler).
- Improved i18n-to-gettext.pl (thanks to Matthias Schwarzott).
+- Moved the "all" target in plugin Makefiles before the "Implicit rules",
+ so that a plain "make" will compile everything (suggested by Matthias
+ Schwarzott). The "newplugin" script has been changed accordingly.
+ Plugin authors may want to change their Makefiles, too.