comparison Makefile @ 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 8d7f4260022d
children 19406038eb35
comparison
equal deleted inserted replaced
1694:02d3d6d7f223 1695:3cf80d8a6d8d
7 7
8 include mk/objective.mk 8 include mk/objective.mk
9 9
10 install-posthook: 10 install-posthook:
11 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ 11 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
12 echo "[running ldconfig to update system library cache]"; \ 12 echo; \
13 /sbin/ldconfig; \ 13 echo "WARNING:"; \
14 echo "[system library cache updated]"; \ 14 echo "On some systems, it might be required that you run"; \
15 echo "ldconfig. However, this isn't done automatically"; \
16 echo "because some ldconfig versions might break the system"; \
17 echo "if it's called without any parameters."; \
15 fi 18 fi
16 19
17 OBJECTIVE_DATA = \ 20 OBJECTIVE_DATA = \
18 audacious.pc:$(LIBDIR)/pkgconfig \ 21 audacious.pc:$(LIBDIR)/pkgconfig \
19 audacious.1:$(mandir)/man1 \ 22 audacious.1:$(mandir)/man1 \