Mercurial > audlegacy-plugins
diff Makefile @ 1765:1b521a30820b
update base makefiles to Mk2.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 10:49:57 -0500 |
parents | 5a62beca21f2 |
children | d9d4b258fbf1 |
line wrap: on
line diff
--- a/Makefile Mon Sep 24 10:46:17 2007 -0500 +++ b/Makefile Mon Sep 24 10:49:57 2007 -0500 @@ -1,19 +1,3 @@ -.SILENT: - -include mk/rules.mk -include mk/init.mk +include buildsys.mk SUBDIRS = src po - -include mk/objective.mk - -install-posthook: - @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ - echo; \ - echo "WARNING:"; \ - echo "On some systems, it might be required that you run"; \ - echo "ldconfig. However, this isn't done automatically"; \ - echo "because some ldconfig versions might break the system"; \ - echo "if it's called without any parameters."; \ - fi -