Moved the "all" target in plugin Makefiles before the "Implicit rules"

This commit is contained in:
Klaus Schmidinger
2007-08-15 13:20:04 +02:00
parent 0979904dfc
commit a551b5b124
25 changed files with 97 additions and 40 deletions

View File

@@ -4,3 +4,8 @@ VDR Plugin 'servicedemo' Revision History
2005-08-21: Version 0.1.1
- Initial revision.
2007-08-15: Version 0.1.2
- Moved the "all" target in the Makefile before the "Implicit rules",
so that a plain "make" will compile everything.