]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Fix comment
[fontconfig.git] / Makefile.am
index e08857e596c74dbbcd357b9c3bb70481e73bf74b..1cde132143d15cad42c02598e4ab40285c4cbe95 100644 (file)
@@ -105,8 +105,8 @@ install-data-local: fonts.conf
          $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
        fi; fi
        @(if $(RUN_FC_CACHE_TEST); then \
-           echo " $(bindir)/fc-cache -s -f -v"; \
-           $(bindir)/fc-cache -s -f -v; \
+           echo "fc-cache$(EXEEXT) -s -f -v"; \
+           fc-cache/fc-cache$(EXEEXT) -s -f -v; \
        else \
            echo "***"; \
            echo "*** Warning: fonts.cache not built"; \