summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-06 16:12:03 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-06 16:36:17 -0700
commit0ce97e4422409de070af7fd70da590db12c58579 (patch)
tree721592a289f40680f9b5d530215d162cb4710403 /util
parent254e2e0a8197e47bcef3e3c0b461ef8156a1af64 (diff)
downloadxorg-lib-libXt-0ce97e4422409de070af7fd70da590db12c58579.tar.gz
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Includes adding many $(AM_V_GEN) calls for the AM_SILENT_RULES included by XORG_DEFAULT_OPTIONS when automake-1.11 or newer is used Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 37b78d2..d51365e 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -44,4 +44,4 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@