diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-06 23:58:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-06 23:58:14 -0700 |
commit | 88b6bebc3d648464ad9bcb7f106694ed85a84460 (patch) | |
tree | 7acc2893a111c71932388ce9cfca31ca3e3fc615 /Makefile.am | |
parent | c3796ac6061373bcf0276a931036987c01741215 (diff) |
Update for version 2.3.97.2.3.97
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 1b28303a..24229fbf 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 \ |