diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 21:30:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 21:30:06 -0700 |
commit | 9596dce93b751c01770da175d208d78aeaf6ae00 (patch) | |
tree | a9480e36049daa4863c0eac79858b1f9004f179c /Makefile.am | |
parent | d08feb851a585b6cfe3ef1f390d60dd8886249b2 (diff) |
Don't display tests for DESTDIR on make install.
Make install output quieter by eliding the shell commands
used to test for DESTDIR being set during make install.
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 cf90617d..88e55af9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,7 @@ install-data-local: echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ fi; fi - (if $(RUN_FC_CACHE_TEST); then \ + @(if $(RUN_FC_CACHE_TEST); then \ echo " fc-cache/fc-cache -s -f -v"; \ fc-cache/fc-cache -s -f -v; \ else \ |