diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-21 22:49:13 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 16:08:51 +0100 |
| commit | 234ccdf6534598dc52f2926f2deb3a1dc960af88 (patch) | |
| tree | cb05407a52825426ad8e25f8ee48740587514da6 /lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | |
| parent | 7ff071c7f0df631ca273d7f29472f8b5568818f9 (diff) | |
| download | enigma2-234ccdf6534598dc52f2926f2deb3a1dc960af88.tar.gz enigma2-234ccdf6534598dc52f2926f2deb3a1dc960af88.zip | |
*/Makefile.am: fix `:='-style assignments are not portable
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 27c751cf..fdd9c3ed 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -1,4 +1,4 @@ -OBJS := servicedvd.cpp +OBJS = servicedvd.cpp -include $(OBJS:.cpp=.d) |
