diff options
author | Patrick Lam <plam@MIT.EDU> | 2006-02-24 18:52:17 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2006-02-24 18:52:17 +0000 |
commit | 639475e873c797792fff63fbd8efd73e2b0695fd (patch) | |
tree | 1e3056633faf52c341e32d4d2b8d04150718324a /Makefile.am | |
parent | 0cfaf27e334e599bb3dcf8f06140e9577718191d (diff) |
Remove unconditional emboldening (per Behdad's instructions).
Add @s to hide some echos.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index d1ef440c..9abba95a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,11 +95,11 @@ install-data-local: echo " fc-cache/fc-cache -f -v"; \ fc-cache/fc-cache -f -v; \ else \ - echo "***"; \ - echo "*** Warning: fonts.cache not built"; \ - echo "***"; \ - echo "*** Generate this file manually on host system using fc-cache"; \ - echo "***"; \ + @echo "***"; \ + @echo "*** Warning: fonts.cache not built"; \ + @echo "***"; \ + @echo "*** Generate this file manually on host system using fc-cache"; \ + @echo "***"; \ fi uninstall-local: |