diff options
author | Peter Foley <pefoley2@pefoley.com> | 2016-01-22 11:47:43 -0500 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-01-28 15:42:19 +0000 |
commit | 13ebef097dbbf1e8663bcb3649daba4ee8295a40 (patch) | |
tree | aa9ad88bffcf0d148e900fd7858ff124b5a1e923 /Makefile.in | |
parent | 9451237a3571fe0c4394097e9d33799c13d73e3a (diff) |
improve distclean for cross-compile
Change-Id: I2af71d5039d330518ea115e6a95af1f15c376538
Reviewed-on: https://gerrit.libreoffice.org/21722
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index aec7ea6751ce..33f396398491 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,6 +175,8 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/config.Build.log \ $(BUILDDIR)/config.status \ $(BUILDDIR)/config_build.mk \ + $(BUILDDIR)/config_build_lang.mk \ + $(BUILDDIR)/config_build/*.h \ $(BUILDDIR)/config_host.mk \ $(BUILDDIR)/config_host.mk.stamp \ $(BUILDDIR)/config_host_lang.mk \ |