comparison Makefile @ 390:6bb98fbbae04 trunk

[svn] - translation framework
author nenolod
date Mon, 18 Dec 2006 12:25:28 -0800
parents cff1d04026ae
children 85e4cd9b45d9
comparison
equal deleted inserted replaced
389:8ab5fa857f33 390:6bb98fbbae04
1 .SILENT: 1 .SILENT:
2 2
3 include mk/rules.mk 3 include mk/rules.mk
4 include mk/init.mk 4 include mk/init.mk
5 5
6 SUBDIRS = src 6 SUBDIRS = src po
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 \