diff options
Diffstat (limited to 'font/bh-type1/Makefile.in')
-rw-r--r-- | font/bh-type1/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/font/bh-type1/Makefile.in b/font/bh-type1/Makefile.in index c2d946a72..7991305c5 100644 --- a/font/bh-type1/Makefile.in +++ b/font/bh-type1/Makefile.in @@ -74,8 +74,7 @@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \ - ChangeLog INSTALL NEWS config.guess config.sub install-sh \ - missing + ChangeLog INSTALL config.guess config.sub install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -641,7 +640,7 @@ uninstall-am: uninstall-fontDATA install-data-hook: @rm -f $(DESTDIR)$(fontdir)/fonts.scale $(MKFONTSCALE) $(DESTDIR)$(fontdir) - @rm -f $(DESTDIR)$(fontdir)/font.dir + @rm -f $(DESTDIR)$(fontdir)/fonts.dir $(MKFONTDIR) $(DESTDIR)$(fontdir) @RUN_FCCACHE@ |