Mercurial > audlegacy
changeset 1681:8485e8ec3cee trunk
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops)
author | nenolod |
---|---|
date | Wed, 13 Sep 2006 13:58:21 -0700 |
parents | 92b4af21e6d2 |
children | ecf1d19f74c7 |
files | ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 13 13:56:08 2006 -0700 +++ b/ChangeLog Wed Sep 13 13:58:21 2006 -0700 @@ -1,3 +1,18 @@ +2006-09-13 20:56:08 +0000 Jonathan Schleifer <js@h3c.de> + revision [2297] + Fixed some Makefiles to make it work with BSD make. + I checked that it doesn't break gmake (compile & run works). + + + Changes: Modified: + +3 -0 trunk/Plugins/Input/aac/mp4ff/Makefile.in + +3 -0 trunk/Plugins/Input/timidity/libtimidity/Makefile.in + +3 -0 trunk/Plugins/Input/wma/libffwma/Makefile.in + +3 -0 trunk/Plugins/Visualization/paranormal/pn/Makefile + +3 -0 trunk/audacious/widgets/Makefile + +3 -0 trunk/sqlite/Makefile + + 2006-09-13 18:03:25 +0000 Tony Vroon <chainsaw@gentoo.org> revision [2295] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>.