diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-10 22:07:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-10 22:07:44 -0700 |
commit | c2abfbb9ea21bec53706295064c328e5d2721abd (patch) | |
tree | ad2f84d830212730668ba2aefc3f6a6d06c753c2 /Makefile.am | |
parent | f3bbd454d8220a0c30c1a788965a7f16501350ab (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 42747fc..91893c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ EXTRA_DIST += ChangeLog MAINTAINERCLEANFILES = ChangeLog |