From e93c377de48b8a3f28586334341f5d85953f26d3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 27 Sep 2009 23:43:35 -0700 Subject: Upgrade to xorg-macros 1.3 and XORG_DEFAULT_OPTIONS Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1