summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:43:35 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:51:03 -0700
commite93c377de48b8a3f28586334341f5d85953f26d3 (patch)
tree09812315152ce67d341287f874a7503de6a8747e /Makefile.am
parentfdf93171dbccb6f9aa2eb2569a61d3cf790f0dc3 (diff)
downloadxscope-e93c377de48b8a3f28586334341f5d85953f26d3.tar.gz
Upgrade to xorg-macros 1.3 and XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bbf2e6..b64a0af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,7 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
if LINT
# Check source code with tools like lint & sparse