$(AM_V_GEN) is for Automake 1.11 silent rule. Signed-off-by: Gaetan Nadon <[email protected]> --- man/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/man/Makefile.am b/man/Makefile.am index 276f2f0..7dbc3fa 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -33,8 +33,6 @@ EXTRA_DIST = @[email protected] CLEANFILES = $(driverman_DATA) -SED = sed - # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 @@ -54,4 +52,4 @@ MAN_SUBSTS = \ SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man .man.$(DRIVER_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -- 1.6.0.4 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
