summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-16 18:14:59 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-16 18:14:59 -0800
commit4f09bebe936dcad41a53d46d8c8e96337dd3edc4 (patch)
tree433ff03269952223c8461ec773bfa65be2606720
parentcb635080a484f8e87ed1df5360112ec5e2ad7e88 (diff)
Silence sed substitutions in make output
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index ecb0c87..b8c3e14 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -59,4 +59,4 @@ MAN_SUBSTS = \
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
.man.$(DRIVER_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@