diff options
author | Keith Packard <keithp@keithp.com> | 2008-05-03 20:06:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-03 20:06:48 -0700 |
commit | df8ceebdbe735226bef602614921d517321c690f (patch) | |
tree | 5f9234ea068500651f3d96289a7c310919456504 | |
parent | 9ffa2fa7efa7815b8808e744c3601631fe1810d7 (diff) |
Remove doltcompile in distclean
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7f1605cf..9cd177da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ EXTRA_DIST = \ fontconfig.spec.in \ fontconfig.spec \ fontconfig-zip.in -DISTCLEANFILES = config.cache ChangeLog +DISTCLEANFILES = config.cache ChangeLog doltcompile MAINTAINERCLEANFILES = \ $(srcdir)/aclocal.m4 \ $(srcdir)/autoscan.log \ |