Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
1694:02d3d6d7f223 | 1695:3cf80d8a6d8d |
---|---|
1 2006-09-14 21:06:45 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [2325] | |
3 - enforce support of our file extensions through use of the .SUFFIXES target | |
4 | |
5 | |
6 Changes: Modified: | |
7 +2 -0 trunk/mk/init.mk | |
8 | |
9 | |
1 2006-09-14 20:56:35 +0000 Jonathan Schleifer <js@h3c.de> | 10 2006-09-14 20:56:35 +0000 Jonathan Schleifer <js@h3c.de> |
2 revision [2323] | 11 revision [2323] |
3 * One more .cpp -> .cxx | 12 * One more .cpp -> .cxx |
4 * Changed sinclude -> include for OpenBSD make compatibility | 13 * Changed sinclude -> include for OpenBSD make compatibility |
5 * Removed check for MAKE_VERSION for OpenBSD make compatibility | 14 * Removed check for MAKE_VERSION for OpenBSD make compatibility |