[Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild
René Engelhard
rene at kemper.freedesktop.org
Wed Dec 21 08:25:53 PST 2011
solenv/gbuild/extensions/post_AuxTargets.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 12775a8890726df230e2c8c93bacf552eee14b47
Author: Rene Engelhard <rene at debian.org>
Date: Wed Dec 21 17:19:28 2011 +0100
don't remove configure and aclocal.m4 in distclean anymore
diff --git a/solenv/gbuild/extensions/post_AuxTargets.mk b/solenv/gbuild/extensions/post_AuxTargets.mk
index 119536c..72414b7 100644
--- a/solenv/gbuild/extensions/post_AuxTargets.mk
+++ b/solenv/gbuild/extensions/post_AuxTargets.mk
@@ -78,8 +78,8 @@ clean-build:
distclean: clean
if [ -f $(SRCDIR)/dmake/Makefile ] ; then $(GNUMAKE) -C $(SRCDIR)/dmake clean; fi
- cd $(SRCDIR) && rm -rf Env.Host.sh aclocal.m4 autogen.lastrun autom4te.cache \
- bin/repo-list build_env config.log config.status configure \
+ cd $(SRCDIR) && rm -rf Env.Host.sh autogen.lastrun autom4te.cache \
+ bin/repo-list build_env config.log config.status \
desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
set_soenv set_soenv.last set_soenv.stamp src.downloaded warn
More information about the Libreoffice-commits
mailing list