[Libreoffice-commits] core.git: Makefile.in
Stephan Bergmann
sbergman at redhat.com
Tue Sep 16 08:02:20 PDT 2014
Makefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 5d5544b800502113ca26d825d9045a1f463774c6
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 16 17:01:46 2014 +0200
Missing rm of generated file in distclean
Change-Id: I463bd51ad054b66c247f4d5ad778d15f476c6520
diff --git a/Makefile.in b/Makefile.in
index 9f5dd1a..a2271c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,8 @@ distclean : clean compilerplugins-clean
$(BUILDDIR)/instsetoo_native/util/openoffice.lst \
$(BUILDDIR)/ios/lo.xcconfig \
$(BUILDDIR)/lo.xcent \
- $(BUILDDIR)/sysui/desktop/macosx/Info.plist
+ $(BUILDDIR)/sysui/desktop/macosx/Info.plist \
+ $(BUILDDIR)/ure/source/unorc
find $(SRCDIR)/solenv/gdb -name "*.pyc" -exec rm {} \;
#
More information about the Libreoffice-commits
mailing list