Mercurial > audlegacy
annotate Makefile.in @ 646:8b24c71b91df trunk
[svn] Juggle declarations around so that GCC likes the order of things.
author | chainsaw |
---|---|
date | Sun, 19 Feb 2006 08:36:35 -0800 |
parents | 502b46145121 |
children | b1d40a19466b |
rev | line source |
---|---|
563 | 1 include mk/rules.mk |
2 include mk/objective.mk | |
3 | |
4 SUBDIRS = Plugins libaudacious audacious po icons skin intl | |
613
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
5 |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
6 install-posthook: |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
7 @if test `whoami` = 'root'; then \ |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
8 echo "[running ldconfig to update system library cache]"; \ |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
9 ldconfig; \ |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
10 echo "[system library cache updated]"; \ |
502b46145121
[svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents:
563
diff
changeset
|
11 fi |