diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-10 22:47:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-18 18:00:37 -0800 |
commit | 43d1aae1b0e1f9f759fe3439aa2079a88dab03af (patch) | |
tree | 3552b167ceb4c700a286d69be7c2491f18b1b3bc | |
parent | 2dac61a84d474e533df29b5874ce6ca5e68d4ddd (diff) |
mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5defac4..059900c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ bin_SCRIPTS = mkfontdir dist_man1_MANS = mkfontdir.man .cpp: - $(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@ + $(AM_V_GEN)$(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@ SUFFIXES = .cpp |