diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-15 13:20:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-15 13:20:04 +0200 |
commit | a551b5b124c9c67227f7fde9f3f7e27ee2bd441a (patch) | |
tree | f8957e4b5ecf10a202c731bad79162c7a7b0f42e /HISTORY | |
parent | 0979904dfca6da24d45d06f9c2e9a692d56eb150 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |