Mercurial > audlegacy
diff ChangeLog @ 1695:3cf80d8a6d8d trunk
[svn] - Removed .cpp.o target since we don't have any .cpp files anymore.
- A test build then revealed that we still had two .cpp files in
Plugins/Input/musepack, fixed that.
- Moved nenolod's fix from init.mk to objective.mk.
- Removed call to ldconfig in Makefile and replaced it with a hint to
call ldconfig manually, since ldconfig without parameters breaks some
systems (mainly OpenBSD).
- I hope I did not forget to list a change I did ;)
author | js |
---|---|
date | Fri, 15 Sep 2006 06:36:26 -0700 |
parents | 02d3d6d7f223 |
children | cd8711f34c88 |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 14 14:06:45 2006 -0700 +++ b/ChangeLog Fri Sep 15 06:36:26 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-14 21:06:45 +0000 William Pitcock <nenolod@nenolod.net> + revision [2325] + - enforce support of our file extensions through use of the .SUFFIXES target + + + Changes: Modified: + +2 -0 trunk/mk/init.mk + + 2006-09-14 20:56:35 +0000 Jonathan Schleifer <js@h3c.de> revision [2323] * One more .cpp -> .cxx