comparison 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
comparison
equal deleted inserted replaced
1764:0b6e61f2f22b 1765:1b521a30820b
1 .SILENT: 1 include buildsys.mk
2
3 include mk/rules.mk
4 include mk/init.mk
5 2
6 SUBDIRS = src po 3 SUBDIRS = src po
7
8 include mk/objective.mk
9
10 install-posthook:
11 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
12 echo; \
13 echo "WARNING:"; \
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."; \
18 fi
19