diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-10 22:26:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-10 22:26:24 -0700 |
commit | 245160adaca3957ead8fc278387c20e11b9bb7d2 (patch) | |
tree | ad762ae594e700f03e642b455102548b0a9ef2e7 /Makefile.am | |
parent | 2ff1863a387a393e237e9f05525a48806e900368 (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 9a09d88..57abbf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ .PHONY: ChangeLog |